repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.2.1
[linux/fpc-iii.git]
/
drivers
/
staging
/
skein
/
Makefile
blob
b7f947fb98f0ff9a5bd1f30f6d78601ea4c3f15d
1
#
2
# Makefile for the skein secure hash algorithm
3
#
4
obj-
$(
CONFIG_CRYPTO_SKEIN
) +=
skein.o
5
skein-y
:=
skein_base.o \
6
skein_api.o \
7
skein_block.o \
8
threefish_block.o \
9
threefish_api.o \
10
skein_generic.o