diff options
author | Stephan Mueller <smueller@chronox.de> | 2015-02-28 14:50:40 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-04 04:12:39 -0500 |
commit | 44cac4fce9b820c37a8792df52a0e4ce33201949 (patch) | |
tree | 63447d58368442e103f930f8766696678bc1f778 /crypto/Makefile | |
parent | 400c40cf78da00c16e561a3a253ca272455c42ef (diff) |
crypto: algif - enable AEAD interface compilation
Enable compilation of the AEAD AF_ALG support and provide a Kconfig
option to compile the AEAD AF_ALG support.
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 ba19465f9ad3..97b7d3ac87e7 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -100,6 +100,7 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o | |||
100 | obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o | 100 | obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o |
101 | obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o | 101 | obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o |
102 | obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o | 102 | obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o |
103 | obj-$(CONFIG_CRYPTO_USER_API_AEAD) += algif_aead.o | ||
103 | 104 | ||
104 | # | 105 | # |
105 | # generic algorithms and the async_tx api | 106 | # generic algorithms and the async_tx api |