From: Michal Marek Date: Fri, 25 Apr 2014 21:25:18 +0000 (+0200) Subject: kbuild: Use relative path when building in a subdir of the source tree X-Git-Tag: omap-for-v3.16/fixes-against-rc1~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da0763bdd82572be243fcf5161734f11568960f;p=pandora-kernel.git kbuild: Use relative path when building in a subdir of the source tree When doing make O=, use '..' to refer to the source tree. This allows for more readable compiler messages, and, more importantly, it sets the VPATH to '..', so filenames in WARN_ON() etc. will be shorter. Acked-by: Sam Ravnborg Signed-off-by: Michal Marek --- Reading git-diff-tree failed