diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index b5051951c636..5e1ff4e0b1fc 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -20,6 +20,8 @@ obj-$(CONFIG_CRYPTO_SHA256) += sha256.o | |||
20 | obj-$(CONFIG_CRYPTO_SHA512) += sha512.o | 20 | obj-$(CONFIG_CRYPTO_SHA512) += sha512.o |
21 | obj-$(CONFIG_CRYPTO_WP512) += wp512.o | 21 | obj-$(CONFIG_CRYPTO_WP512) += wp512.o |
22 | obj-$(CONFIG_CRYPTO_TGR192) += tgr192.o | 22 | obj-$(CONFIG_CRYPTO_TGR192) += tgr192.o |
23 | obj-$(CONFIG_CRYPTO_ECB) += ecb.o | ||
24 | obj-$(CONFIG_CRYPTO_CBC) += cbc.o | ||
23 | obj-$(CONFIG_CRYPTO_DES) += des.o | 25 | obj-$(CONFIG_CRYPTO_DES) += des.o |
24 | obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o | 26 | obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o |
25 | obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o | 27 | obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o |