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 1efb55635664..807656b64e02 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -29,6 +29,8 @@ 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 | 30 | obj-$(CONFIG_CRYPTO_RMD128) += rmd128.o |
31 | obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o | 31 | obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o |
32 | obj-$(CONFIG_CRYPTO_RMD256) += rmd256.o | ||
33 | obj-$(CONFIG_CRYPTO_RMD320) += rmd320.o | ||
32 | obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o | 34 | obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o |
33 | obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o | 35 | obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o |
34 | obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o | 36 | obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o |