https://github.com/torvalds/linux
Revision 9cc342f6c4a06ea613ddef1bcaa25409260aec63 authored by Masahiro Yamada on 13 May 2019, 06:22:16 UTC, committed by Masahiro Yamada on 18 May 2019, 02:49:57 UTC
Currently, the Kbuild core manipulates header search paths in a crazy
way [1].

To fix this mess, I want all Makefiles to add explicit $(srctree)/ to
the search paths in the srctree. Some Makefiles are already written in
that way, but not all. The goal of this work is to make the notation
consistent, and finally get rid of the gross hacks.

Having whitespaces after -I does not matter since commit 48f6e3cf5bc6
("kbuild: do not drop -I without parameter").

[1]: https://patchwork.kernel.org/patch/9632347/

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 14340de
History
Tip revision: 9cc342f6c4a06ea613ddef1bcaa25409260aec63 authored by Masahiro Yamada on 13 May 2019, 06:22:16 UTC
treewide: prefix header search paths with $(srctree)/
Tip revision: 9cc342f
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 14.6 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.6 KB
.mailmap -rw-r--r-- 11.9 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 96.9 KB
Kbuild -rw-r--r-- 1.5 KB
Kconfig -rw-r--r-- 563 bytes
MAINTAINERS -rw-r--r-- 498.8 KB
Makefile -rw-r--r-- 58.7 KB
README -rw-r--r-- 727 bytes

README

back to top