[PATCH 1/2] lib: kasan: remove reference of non-existent test_kasan.o
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Sep 28 10:41:45 EDT 2020
We don't have anything that test_kasan.o can be generated out of,
thus drop it to fix the build.
It would still be nice to have this as a command, but that
should be a separate patch.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
lib/kasan/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kasan/Makefile b/lib/kasan/Makefile
index 31e9d890d538..11106574e0c2 100644
--- a/lib/kasan/Makefile
+++ b/lib/kasan/Makefile
@@ -1,5 +1,5 @@
-obj-y += generic_report.o generic.o report.o common.o test_kasan.o
+obj-y += generic_report.o generic.o report.o common.o
KASAN_SANITIZE_generic_report.o := n
KASAN_SANITIZE_generic.o := n
KASAN_SANITIZE_report.o := n
--
2.28.0
More information about the barebox
mailing list