diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index cce46a1c9dc7..68e934b4bee2 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -50,3 +50,9 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o | |||
50 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o | 50 | obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o |
51 | 51 | ||
52 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o | 52 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o |
53 | |||
54 | # | ||
55 | # generic algorithms and the async_tx api | ||
56 | # | ||
57 | obj-$(CONFIG_XOR_BLOCKS) += xor.o | ||
58 | |||