A crc32 implementation might be useful for PBL as well, so enable it. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Makefile b/crypto/Makefile index 22035d4f69..4a1c7e9615 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_CRC32) += crc32.o +obj-pbl-$(CONFIG_CRC32) += crc32.o obj-pbl-$(CONFIG_CRC_ITU_T) += crc-itu-t.o obj-$(CONFIG_CRC7) += crc7.o obj-$(CONFIG_DIGEST) += digest.o -- 2.39.2