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 3c961b4d8046..c2ca721eea9d 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -82,6 +82,7 @@ obj-$(CONFIG_CRYPTO_RNG2) += rng.o | |||
82 | obj-$(CONFIG_CRYPTO_RNG2) += krng.o | 82 | obj-$(CONFIG_CRYPTO_RNG2) += krng.o |
83 | obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o | 83 | obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o |
84 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o | 84 | obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o |
85 | obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o | ||
85 | 86 | ||
86 | # | 87 | # |
87 | # generic algorithms and the async_tx api | 88 | # generic algorithms and the async_tx api |