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 b6ef5e4f1ab4..43c2a0dc9936 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -21,8 +21,8 @@ obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o | |||
21 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o | 21 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o |
22 | obj-$(CONFIG_CRYPTO_MD4) += md4.o | 22 | obj-$(CONFIG_CRYPTO_MD4) += md4.o |
23 | obj-$(CONFIG_CRYPTO_MD5) += md5.o | 23 | obj-$(CONFIG_CRYPTO_MD5) += md5.o |
24 | obj-$(CONFIG_CRYPTO_SHA1) += sha1.o | 24 | obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o |
25 | obj-$(CONFIG_CRYPTO_SHA256) += sha256.o | 25 | obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o |
26 | obj-$(CONFIG_CRYPTO_SHA512) += sha512.o | 26 | obj-$(CONFIG_CRYPTO_SHA512) += sha512.o |
27 | obj-$(CONFIG_CRYPTO_WP512) += wp512.o | 27 | obj-$(CONFIG_CRYPTO_WP512) += wp512.o |
28 | obj-$(CONFIG_CRYPTO_TGR192) += tgr192.o | 28 | obj-$(CONFIG_CRYPTO_TGR192) += tgr192.o |