linux-surface/kernel/drivers/staging/skein/Makefile
2017-11-05 21:38:20 -05:00

12 lines
254 B
Makefile

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the skein secure hash algorithm
#
obj-$(CONFIG_CRYPTO_SKEIN) += skein.o
skein-y := skein_base.o \
skein_api.o \
skein_block.o \
threefish_block.o \
threefish_api.o \
skein_generic.o