summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein/Makefile
diff options
context:
space:
mode:
authorJake Edge <jake@lwn.net>2014-05-19 17:48:24 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-19 17:32:27 -0700
commit85dfd522f885ee4ec0b0b4efa1fdd9c650e243be (patch)
tree611657b5a850d7d2f29eb8ce133387a14743ec11 /drivers/staging/skein/Makefile
parent19440266b8876b5b6674162a43063192f12e3518 (diff)
downloadop-kernel-dev-85dfd522f885ee4ec0b0b4efa1fdd9c650e243be.zip
op-kernel-dev-85dfd522f885ee4ec0b0b4efa1fdd9c650e243be.tar.gz
staging/skein: rename files and clean up directory structure
Clean up file names and locations. Get rid of include/ directory and move those up to the top-level. Rename files to get rid of upper case. Remove skeinBlockNo3F.c as it was unused (temporary file or something?). Signed-off-by: Jake Edge <jake@lwn.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/skein/Makefile')
-rw-r--r--drivers/staging/skein/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/staging/skein/Makefile b/drivers/staging/skein/Makefile
index 2bb386e..395454c 100644
--- a/drivers/staging/skein/Makefile
+++ b/drivers/staging/skein/Makefile
@@ -1,13 +1,11 @@
#
# Makefile for the skein secure hash algorithm
#
-subdir-ccflags-y := -I$(src)/include/
-
obj-$(CONFIG_CRYPTO_SKEIN) += skein.o \
- skeinApi.o \
+ skein_api.o \
skein_block.o
-obj-$(CONFIG_CRYPTO_THREEFISH) += threefish1024Block.o \
- threefish256Block.o \
- threefish512Block.o \
- threefishApi.o
+obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_1024_block.o \
+ threefish_256_block.o \
+ threefish_512_block.o \
+ threefish_api.o
OpenPOWER on IntegriCloud