Home
last modified time | relevance | path

Searched hist:"4 d713be1397ed03b405ad37830208d5ab21268cb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile4d713be1397ed03b405ad37830208d5ab21268cb Sat Jul 04 11:56:57 CDT 2015 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: use relative path more to include Makefile

Prior to this commit, it was impossible to use relative path to
include Makefiles from the top level Makefile because the option
"--include-dir=$(srctree)" becomes effective when Make enters into
sub Makefiles.

To use relative path in any places, this commit moves the option
above the "sub-make" target.

This was imported from Linux (commit a436bb7b8063) and adjusted for
U-Boot.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>