diff options
author | Stephan Mueller <smueller@chronox.de> | 2015-09-21 20:58:56 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-10-15 21:05:06 +0800 |
commit | 1c49678e8a35de7d009854f79337261df1e774df (patch) | |
tree | f025dbbb2fcd620e919c6dbb03860a5af8ea870a /crypto/Makefile | |
parent | e28facde3c39005071cc5323d56539bb44efa446 (diff) | |
download | linux-1c49678e8a35de7d009854f79337261df1e774df.tar.bz2 |
crypto: keywrap - enable compilation
Hook keywrap source code into Kconfig and Makefile
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index d897e0b2be27..f7aba923458d 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -70,6 +70,7 @@ obj-$(CONFIG_CRYPTO_CTS) += cts.o obj-$(CONFIG_CRYPTO_LRW) += lrw.o obj-$(CONFIG_CRYPTO_XTS) += xts.o obj-$(CONFIG_CRYPTO_CTR) += ctr.o +obj-$(CONFIG_CRYPTO_KEYWRAP) += keywrap.o obj-$(CONFIG_CRYPTO_GCM) += gcm.o obj-$(CONFIG_CRYPTO_CCM) += ccm.o obj-$(CONFIG_CRYPTO_CHACHA20POLY1305) += chacha20poly1305.o |