
28 Jul
2015
28 Jul
'15
4:58 p.m.
On Sun, Jul 05, 2015 at 01:56:57AM +0900, Masahiro Yamada wrote:
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
Applied to u-boot/master, thanks!
--
Tom