blob: b7f947fb98f0ff9a5bd1f30f6d78601ea4c3f15d [file] [log] [blame]
Jason Cooperc2c74262014-03-24 02:32:49 +00001#
2# Makefile for the skein secure hash algorithm
3#
Eric Rost075c2672014-10-24 17:33:41 -05004obj-$(CONFIG_CRYPTO_SKEIN) += skein.o
5skein-y := skein_base.o \
6 skein_api.o \
7 skein_block.o \
8 threefish_block.o \
9 threefish_api.o \
10 skein_generic.o