From: Masahiro Yamada Date: Fri, 27 Mar 2015 11:43:37 +0000 (+0900) Subject: kbuild: include $(src)/Makefile rather than $(obj)/Makefile X-Git-Tag: omap-for-v4.2/o2_dc~128^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f655c7a4c9fcf7152b8a34e987d936f7b5255b8;p=pandora-kernel.git kbuild: include $(src)/Makefile rather than $(obj)/Makefile This commit actually has no impact because $(src) and $(obj) point to the same path, but $(src)/Makefile looks better when we include source files. Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- Reading git-diff-tree failed