diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 59ab5008eb99..256e33e81e3e 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -13,9 +13,9 @@ obj-$(CONFIG_CRYPTO_AEAD) += aead.o | |||
13 | 13 | ||
14 | crypto_blkcipher-objs := ablkcipher.o | 14 | crypto_blkcipher-objs := ablkcipher.o |
15 | crypto_blkcipher-objs += blkcipher.o | 15 | crypto_blkcipher-objs += blkcipher.o |
16 | crypto_blkcipher-objs += chainiv.o | ||
17 | crypto_blkcipher-objs += eseqiv.o | ||
18 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += crypto_blkcipher.o | 16 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += crypto_blkcipher.o |
17 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += chainiv.o | ||
18 | obj-$(CONFIG_CRYPTO_BLKCIPHER) += eseqiv.o | ||
19 | obj-$(CONFIG_CRYPTO_SEQIV) += seqiv.o | 19 | obj-$(CONFIG_CRYPTO_SEQIV) += seqiv.o |
20 | 20 | ||
21 | crypto_hash-objs := hash.o | 21 | crypto_hash-objs := hash.o |