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 ca024418f4fb..1efb55635664 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -27,6 +27,8 @@ obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o | |||
27 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o | 27 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o |
28 | obj-$(CONFIG_CRYPTO_MD4) += md4.o | 28 | obj-$(CONFIG_CRYPTO_MD4) += md4.o |
29 | obj-$(CONFIG_CRYPTO_MD5) += md5.o | 29 | obj-$(CONFIG_CRYPTO_MD5) += md5.o |
30 | obj-$(CONFIG_CRYPTO_RMD128) += rmd128.o | ||
31 | obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o | ||
30 | obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o | 32 | obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o |
31 | obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o | 33 | obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o |
32 | obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o | 34 | obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o |