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 30f33d67533..ced472e18fc 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -96,3 +96,4 @@ obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o | |||
96 | # | 96 | # |
97 | obj-$(CONFIG_XOR_BLOCKS) += xor.o | 97 | obj-$(CONFIG_XOR_BLOCKS) += xor.o |
98 | obj-$(CONFIG_ASYNC_CORE) += async_tx/ | 98 | obj-$(CONFIG_ASYNC_CORE) += async_tx/ |
99 | obj-$(CONFIG_ASYMMETRIC_KEY_TYPE) += asymmetric_keys/ | ||