[PATCH] kbuild: remove -I$(srctree)/tools/include from scripts/Makefile

From: Masahiro Yamada
Date: Sat Apr 04 2020 - 03:21:24 EST


I do not like to add an extra include path for every tool with no
good reason. This should be specified per file.

This line was added by commit 6520fe5564ac ("x86, realmode: 16-bit
real-mode code support for relocs tool"), which did not touch
anything else in scripts/. I do not know why this was needed.

Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
---

scripts/Makefile | 2 --
1 file changed, 2 deletions(-)

diff --git a/scripts/Makefile b/scripts/Makefile
index 5e75802b1a44..da63ba81e9e7 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -5,8 +5,6 @@
# ---------------------------------------------------------------------------
# kallsyms: Find all symbols in vmlinux

-HOST_EXTRACFLAGS += -I$(srctree)/tools/include
-
always-$(CONFIG_BUILD_BIN2C) += bin2c
always-$(CONFIG_KALLSYMS) += kallsyms
always-$(BUILD_C_RECORDMCOUNT) += recordmcount
--
2.17.1