diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-11-21 21:50:02 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-12-03 21:31:59 +0100 |
commit | d8672b40d3a6f17de5b5bc71d6e531d7576a856a (patch) | |
tree | d0792fab67fbdc54f7d3eef7339f456625ed7f52 /include/linux/sonet.h | |
parent | 5b91c33cf295d9c235f587f29a8c0a7ae15a5320 (diff) | |
download | linux-d8672b40d3a6f17de5b5bc71d6e531d7576a856a.tar.gz linux-d8672b40d3a6f17de5b5bc71d6e531d7576a856a.tar.bz2 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 'include/linux/sonet.h')
0 files changed, 0 insertions, 0 deletions