From: Michal Marek Date: Thu, 5 Jun 2014 15:44:44 +0000 (+0200) Subject: um: Fix for relative objtree when generating x86 headers X-Git-Tag: omap-for-v3.16/fixes-against-rc1~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4bc590f8716f7dde6b7bca319097ac30a8cb0b4;p=pandora-kernel.git um: Fix for relative objtree when generating x86 headers In an O= build, rely on the generated Makefile to call the main Makefile properly. When building in the source tree, we do not need to specify the -C and O= either. This fixes the problem when $(objtree) is a relative path and the -C changes the directory. Reported-by: Richard Weinberger Signed-off-by: Michal Marek --- Reading git-diff-tree failed