Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-4
-4
scripts/Makefile
··· 2 2 ### 3 3 # scripts contains sources for various helper programs used throughout 4 4 # the kernel for the build process. 5 - # --------------------------------------------------------------------------- 6 - # kallsyms: Find all symbols in vmlinux 7 - 8 - HOST_EXTRACFLAGS += -I$(srctree)/tools/include 9 5 10 6 always-$(CONFIG_BUILD_BIN2C) += bin2c 11 7 always-$(CONFIG_KALLSYMS) += kallsyms