aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
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
29obj-$(CONFIG_CRYPTO_MD5) += md5.o 29obj-$(CONFIG_CRYPTO_MD5) += md5.o
30obj-$(CONFIG_CRYPTO_RMD128) += rmd128.o 30obj-$(CONFIG_CRYPTO_RMD128) += rmd128.o
31obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o 31obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o
32obj-$(CONFIG_CRYPTO_RMD256) += rmd256.o
33obj-$(CONFIG_CRYPTO_RMD320) += rmd320.o
32obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o 34obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o
33obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o 35obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o
34obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o 36obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o