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 b8745f3d3595..b5051951c636 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -8,6 +8,8 @@ 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_BLKCIPHER) += blkcipher.o
12
11obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o 13obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
12obj-$(CONFIG_CRYPTO_HMAC) += hmac.o 14obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
13obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o 15obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o