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 4b2e0c387cc2..968b796d9e6c 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -14,6 +14,7 @@ crypto_blkcipher-objs := ablkcipher.o | |||
14 | crypto_blkcipher-objs += blkcipher.o | 14 | crypto_blkcipher-objs += blkcipher.o |
15 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += crypto_blkcipher.o | 15 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += crypto_blkcipher.o |
16 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += chainiv.o | 16 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += chainiv.o |
17 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += eseqiv.o | ||
17 | 18 | ||
18 | crypto_hash-objs := hash.o | 19 | crypto_hash-objs := hash.o |
19 | obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o | 20 | obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o |