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 d4f3ed857df0..59ab5008eb99 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -22,6 +22,8 @@ crypto_hash-objs := hash.o
22crypto_hash-objs += ahash.o 22crypto_hash-objs += ahash.o
23obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o 23obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o
24 24
25cryptomgr-objs := algboss.o testmgr.o
26
25obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o 27obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
26obj-$(CONFIG_CRYPTO_HMAC) += hmac.o 28obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
27obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o 29obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o