From c49731a04e7c14b2ccd146a7fddf92e78ccae143 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 13 Jul 2022 20:14:25 -0700 Subject: xtensa: enable KCOV support Select ARCH_HAS_KCOV and set KCOV_INSTRUMENT = n inside arch/xtensa/boot/lib. Signed-off-by: Max Filippov --- arch/xtensa/boot/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/xtensa/boot') diff --git a/arch/xtensa/boot/lib/Makefile b/arch/xtensa/boot/lib/Makefile index 162d10af36f3..6f9a56a8ca85 100644 --- a/arch/xtensa/boot/lib/Makefile +++ b/arch/xtensa/boot/lib/Makefile @@ -17,6 +17,7 @@ endif KASAN_SANITIZE := n KCSAN_SANITIZE := n +KCOV_INSTRUMENT := n CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong -- cgit v1.2.3