diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
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 | |||
8 | crypto_algapi-objs := algapi.o $(crypto_algapi-y) | 8 | crypto_algapi-objs := algapi.o $(crypto_algapi-y) |
9 | obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o | 9 | obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o |
10 | 10 | ||
11 | obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o | ||
11 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o | 12 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o |
12 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o | 13 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o |
13 | obj-$(CONFIG_CRYPTO_MD4) += md4.o | 14 | obj-$(CONFIG_CRYPTO_MD4) += md4.o |