diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-05 01:56:57 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:01:55 -0400 |
commit | 4d713be1397ed03b405ad37830208d5ab21268cb (patch) | |
tree | 820ffdb9662c6a8fb54b2509ed923ca45a30de8f /scripts | |
parent | ba84de9f13a150414e079c89566790e1c0c433df (diff) | |
download | talos-obmc-uboot-4d713be1397ed03b405ad37830208d5ab21268cb.tar.gz talos-obmc-uboot-4d713be1397ed03b405ad37830208d5ab21268cb.zip |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions