staging: crypto: skein: allow building statically
authorJason Cooper <jason@lakedaemon.net>
Mon, 24 Mar 2014 02:32:49 +0000 (02:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Apr 2014 22:46:48 +0000 (15:46 -0700)
commitc2c7426bfcf2473ed4cf7135c2b15bae9c13dd6e
tree57139fd405b6ac6468c0a0fa32e85d2ed12c4926
parent449bb8125e3fd260f6b605a61f3df8b186bd5e55
staging: crypto: skein: allow building statically

These are the minimum changes required to get the code to build
statically in the kernel.  It's necessary to do this first so that we
can empirically determine that future cleanup patches aren't changing
the generated object code.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/skein/CMakeLists.txt [deleted file]
drivers/staging/skein/Kconfig [new file with mode: 0644]
drivers/staging/skein/Makefile [new file with mode: 0644]
drivers/staging/skein/include/brg_types.h
drivers/staging/skein/include/skein.h
drivers/staging/skein/include/skeinApi.h
drivers/staging/skein/include/skein_port.h
drivers/staging/skein/include/threefishApi.h
drivers/staging/skein/skein.c
drivers/staging/skein/skeinApi.c
drivers/staging/skein/skeinBlockNo3F.c
drivers/staging/skein/skein_block.c
drivers/staging/skein/threefish1024Block.c
drivers/staging/skein/threefish256Block.c
drivers/staging/skein/threefish512Block.c
drivers/staging/skein/threefishApi.c
This page took 0.031332 seconds and 5 git commands to generate.