diff options
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index e6cf6a5426ab..83b3c4496ec7 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -95,7 +95,6 @@ obj-$(CONFIG_CRYPTO_LZ4) += lz4.o | |||
95 | obj-$(CONFIG_CRYPTO_LZ4HC) += lz4hc.o | 95 | obj-$(CONFIG_CRYPTO_LZ4HC) += lz4hc.o |
96 | obj-$(CONFIG_CRYPTO_842) += 842.o | 96 | obj-$(CONFIG_CRYPTO_842) += 842.o |
97 | obj-$(CONFIG_CRYPTO_RNG2) += rng.o | 97 | obj-$(CONFIG_CRYPTO_RNG2) += rng.o |
98 | obj-$(CONFIG_CRYPTO_RNG2) += krng.o | ||
99 | obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o | 98 | obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o |
100 | obj-$(CONFIG_CRYPTO_DRBG) += drbg.o | 99 | obj-$(CONFIG_CRYPTO_DRBG) += drbg.o |
101 | CFLAGS_jitterentropy.o = -O0 | 100 | CFLAGS_jitterentropy.o = -O0 |