From: Sam Ravnborg Date: Wed, 5 Apr 2006 10:57:21 +0000 (+0200) Subject: kbuild: fix building single targets with make O=.. single-target X-Git-Tag: v2.6.17-rc2~98^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2546a67975a7bddc72f8c48b0bb2081b56f853;p=pandora-kernel.git kbuild: fix building single targets with make O=.. single-target This fixes single targets build so it now works relaiably in following cases: - build with mixed kernel source and output files (make single-target) - build with separate output directory (make O=.. single-target) - external module with mixed kernel source and output files (make M='pwd' single-target) - external module with separate kernel source and output files (make O=.. M='pwd' single-target) Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed