diff options
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 a070dcc074ff..9821c5ba054e 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -9,6 +9,7 @@ crypto_algapi-objs := algapi.o $(crypto_algapi-y) | |||
9 | obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o | 9 | obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o |
10 | 10 | ||
11 | obj-$(CONFIG_CRYPTO_ABLKCIPHER) += ablkcipher.o | 11 | obj-$(CONFIG_CRYPTO_ABLKCIPHER) += ablkcipher.o |
12 | obj-$(CONFIG_CRYPTO_AEAD) += aead.o | ||
12 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += blkcipher.o | 13 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += blkcipher.o |
13 | 14 | ||
14 | crypto_hash-objs := hash.o | 15 | crypto_hash-objs := hash.o |