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 f6229aef7595..e2c59819b236 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -17,6 +17,7 @@ obj-$(CONFIG_CRYPTO_AEAD2) += aead.o | |||
17 | 17 | ||
18 | crypto_blkcipher-y := ablkcipher.o | 18 | crypto_blkcipher-y := ablkcipher.o |
19 | crypto_blkcipher-y += blkcipher.o | 19 | crypto_blkcipher-y += blkcipher.o |
20 | crypto_blkcipher-y += skcipher.o | ||
20 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o | 21 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o |
21 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += chainiv.o | 22 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += chainiv.o |
22 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += eseqiv.o | 23 | obj-$(CONFIG_CRYPTO_BLKCIPHER2) += eseqiv.o |