summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
diff options
context:
space:
mode:
authorSam Ravnborg2008-11-21 21:50:02 +0100
committerSam Ravnborg2008-12-03 21:31:59 +0100
commitd8672b40d3a6f17de5b5bc71d6e531d7576a856a (patch)
treed0792fab67fbdc54f7d3eef7339f456625ed7f52 /scripts/Kbuild.include
parentkbuild: fix -I option expansion with O=... builds (diff)
downloadkernel-qcow2-linux-d8672b40d3a6f17de5b5bc71d6e531d7576a856a.tar.gz
kernel-qcow2-linux-d8672b40d3a6f17de5b5bc71d6e531d7576a856a.tar.xz
kernel-qcow2-linux-d8672b40d3a6f17de5b5bc71d6e531d7576a856a.zip
kbuild: expand -I in KBUILD_CPPFLAGS
kbuild failed to expand include flags in KBUILD_CPPFLAGS resulting in code like this in arch Makefiles: ifeq ($(KBUILD_SRC),) KBUILD_CPPFLAGS += -Iinclude/foo else KBUILD_CPPFLAGS += -I$(srctree)/include/foo endif Move use of LINUXINCLUDE into Makefile.lib to allow us to expand -I directives of KBUILD_CPPFLAGS so we can avoid the above code. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Kbuild.include')
0 files changed, 0 insertions, 0 deletions