From: Masahiro Yamada Date: Fri, 27 Mar 2015 11:43:36 +0000 (+0900) Subject: kbuild: use relative path more to include Makefile X-Git-Tag: omap-for-v4.1/fixes-rc1~138^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a436bb7b806383ae0593cab53d17fc9676270cd3;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed