aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 6d51f80753a1..b8745f3d3595 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -8,6 +8,7 @@ crypto_algapi-$(CONFIG_PROC_FS) += proc.o
8crypto_algapi-objs := algapi.o $(crypto_algapi-y) 8crypto_algapi-objs := algapi.o $(crypto_algapi-y)
9obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o 9obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o
10 10
11obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
11obj-$(CONFIG_CRYPTO_HMAC) += hmac.o 12obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
12obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o 13obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o
13obj-$(CONFIG_CRYPTO_MD4) += md4.o 14obj-$(CONFIG_CRYPTO_MD4) += md4.o