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

obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_1024_block.o \
				  threefish_256_block.o \
				  threefish_512_block.o \
				  threefish_api.o