aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein/Makefile
blob: a14aaddd829c9553175acfdccd058d80811819e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for the skein secure hash algorithm
#
obj-$(CONFIG_CRYPTO_SKEIN) +=   skein.o \
				skein_api.o \
				skein_block.o

obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_block.o \
				  threefish_api.o