forked from Minki/linux
crypto: rmd320 - remove rmd320 in Makefile
Commit93f6420292
("crypto: rmd320 - remove RIPE-MD 320 hash algorithm") removes the Kconfig and code, but misses to adjust the Makefile. Hence, ./scripts/checkkconfigsymbols.py warns: CRYPTO_RMD320 Referencing files: crypto/Makefile Remove the missing piece of this code removal. Fixes:93f6420292
("crypto: rmd320 - remove RIPE-MD 320 hash algorithm") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
abfc7fad63
commit
ff1469a21d
@ -74,7 +74,6 @@ obj-$(CONFIG_CRYPTO_NULL2) += crypto_null.o
|
|||||||
obj-$(CONFIG_CRYPTO_MD4) += md4.o
|
obj-$(CONFIG_CRYPTO_MD4) += md4.o
|
||||||
obj-$(CONFIG_CRYPTO_MD5) += md5.o
|
obj-$(CONFIG_CRYPTO_MD5) += md5.o
|
||||||
obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o
|
obj-$(CONFIG_CRYPTO_RMD160) += rmd160.o
|
||||||
obj-$(CONFIG_CRYPTO_RMD320) += rmd320.o
|
|
||||||
obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o
|
obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o
|
||||||
obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o
|
obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o
|
||||||
obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o
|
obj-$(CONFIG_CRYPTO_SHA512) += sha512_generic.o
|
||||||
|
Loading…
Reference in New Issue
Block a user