diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index a624cbc188fc..b6ef5e4f1ab4 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -39,7 +39,7 @@ obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o | |||
39 | obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o | 39 | obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o |
40 | obj-$(CONFIG_CRYPTO_TWOFISH_COMMON) += twofish_common.o | 40 | obj-$(CONFIG_CRYPTO_TWOFISH_COMMON) += twofish_common.o |
41 | obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o | 41 | obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o |
42 | obj-$(CONFIG_CRYPTO_AES) += aes.o | 42 | obj-$(CONFIG_CRYPTO_AES) += aes_generic.o |
43 | obj-$(CONFIG_CRYPTO_CAMELLIA) += camellia.o | 43 | obj-$(CONFIG_CRYPTO_CAMELLIA) += camellia.o |
44 | obj-$(CONFIG_CRYPTO_CAST5) += cast5.o | 44 | obj-$(CONFIG_CRYPTO_CAST5) += cast5.o |
45 | obj-$(CONFIG_CRYPTO_CAST6) += cast6.o | 45 | obj-$(CONFIG_CRYPTO_CAST6) += cast6.o |