Home
last modified time | relevance | path

Searched hist:d8672b40d3a6f17de5b5bc71d6e531d7576a856a (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.libd8672b40d3a6f17de5b5bc71d6e531d7576a856a Fri Nov 21 14:50:02 CST 2008 Sam Ravnborg <sam@ravnborg.org> 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>
/openbmc/linux/
H A DMakefiled8672b40d3a6f17de5b5bc71d6e531d7576a856a Fri Nov 21 14:50:02 CST 2008 Sam Ravnborg <sam@ravnborg.org> 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>