summaryrefslogblamecommitdiffstats
path: root/drivers/staging/skein/Makefile
blob: 2bb386e1e58cabac56dbb6dace7908d63e476150 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                        
#
# Makefile for the skein secure hash algorithm
#
subdir-ccflags-y := -I$(src)/include/

obj-$(CONFIG_CRYPTO_SKEIN) +=   skein.o \
				skeinApi.o \
				skein_block.o

obj-$(CONFIG_CRYPTO_THREEFISH) += threefish1024Block.o \
				  threefish256Block.o \
				  threefish512Block.o \
				  threefishApi.o