]> Git Repo - J-u-boot.git/commit
kbuild: use relative path more to include Makefile
authorMasahiro Yamada <[email protected]>
Sat, 4 Jul 2015 16:56:57 +0000 (01:56 +0900)
committerTom Rini <[email protected]>
Mon, 27 Jul 2015 19:01:55 +0000 (15:01 -0400)
commit4d713be1397ed03b405ad37830208d5ab21268cb
tree820ffdb9662c6a8fb54b2509ed923ca45a30de8f
parentba84de9f13a150414e079c89566790e1c0c433df
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 <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Makefile
This page took 0.034587 seconds and 4 git commands to generate.