diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-03-24 06:32:49 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-19 02:46:48 +0400 |
commit | c2c7426bfcf2473ed4cf7135c2b15bae9c13dd6e (patch) | |
tree | 57139fd405b6ac6468c0a0fa32e85d2ed12c4926 /drivers/staging/Kconfig | |
parent | 449bb8125e3fd260f6b605a61f3df8b186bd5e55 (diff) | |
download | linux-c2c7426bfcf2473ed4cf7135c2b15bae9c13dd6e.tar.xz |
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>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index ea5efb426f75..b597165092f8 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -146,6 +146,8 @@ source "drivers/staging/gs_fpgaboot/Kconfig" source "drivers/staging/nokia_h4p/Kconfig" +source "drivers/staging/skein/Kconfig" + source "drivers/staging/unisys/Kconfig" endif # STAGING |