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 059de1bb254b..4f4ef7eaae3f 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -7,6 +7,7 @@ crypto-y := api.o cipher.o compress.o memneq.o | |||
7 | 7 | ||
8 | obj-$(CONFIG_CRYPTO_WORKQUEUE) += crypto_wq.o | 8 | obj-$(CONFIG_CRYPTO_WORKQUEUE) += crypto_wq.o |
9 | 9 | ||
10 | obj-$(CONFIG_CRYPTO_ENGINE) += crypto_engine.o | ||
10 | obj-$(CONFIG_CRYPTO_FIPS) += fips.o | 11 | obj-$(CONFIG_CRYPTO_FIPS) += fips.o |
11 | 12 | ||
12 | crypto_algapi-$(CONFIG_PROC_FS) += proc.o | 13 | crypto_algapi-$(CONFIG_PROC_FS) += proc.o |