diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 9821c5ba054e..7e1d5b899033 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -2,10 +2,10 @@ | |||
2 | # Cryptographic API | 2 | # Cryptographic API |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_CRYPTO) += api.o scatterwalk.o cipher.o digest.o compress.o | 5 | obj-$(CONFIG_CRYPTO) += api.o cipher.o digest.o compress.o |
6 | 6 | ||
7 | crypto_algapi-$(CONFIG_PROC_FS) += proc.o | 7 | crypto_algapi-$(CONFIG_PROC_FS) += proc.o |
8 | crypto_algapi-objs := algapi.o $(crypto_algapi-y) | 8 | crypto_algapi-objs := algapi.o scatterwalk.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_ABLKCIPHER) += ablkcipher.o | 11 | obj-$(CONFIG_CRYPTO_ABLKCIPHER) += ablkcipher.o |