kbuild: remove -I$(srctree)/tools/include from scripts/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Apr 2020 07:20:34 +0000 (16:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:13:45 +0000 (00:13 +0900)
commitc8bddf4feaabd67a7453d795672fa37c4e9e98cb
tree06ee316d6bfa6d6ce5bb53d35cd45a3462e9ad86
parent01a6126b5f7efdf75480a2b970377f5724cb885a
kbuild: remove -I$(srctree)/tools/include from scripts/Makefile

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 see no reason to add this.

Also, remove the comment about kallsyms because we do not have any
for the rest of programs.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile