commit | a436bb7b806383ae0593cab53d17fc9676270cd3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 27 20:43:36 2015 +0900 |
committer | Michal Marek <mmarek@suse.cz> | Thu Apr 02 16:42:08 2015 +0200 |
tree | 4d51b1a8b5474fd0d3000f5026032efc71a961b0 | |
parent | 7aacad53aeb57b7ff52399f56eb6d7d4010e72e9 [diff] |
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. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.cz>