diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 2 |
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 | |||
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_BLKCIPHER) += blkcipher.o | ||
12 | |||
11 | obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o | 13 | obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o |
12 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o | 14 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o |
13 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o | 15 | obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o |