From: Sam Ravnborg Date: Sat, 15 Sep 2007 06:55:39 +0000 (+0200) Subject: kbuild: fix directory traversal bug X-Git-Tag: v2.6.24-rc1~830^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fb976520a53f45f8bbf2e851f16b3b5558d485;p=pandora-kernel.git kbuild: fix directory traversal bug Previously kbuild choked over the following: obj-y += ../../../arch/i386/kernel/bootflag.o This has resulted in some rather ugly workarounds in current x86_64 tree. This patch fixes kbuild to allow the above and enable potential cleanups in x86_64 and maybe in other places. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed