commit | f5fb976520a53f45f8bbf2e851f16b3b5558d485 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Sat Sep 15 08:55:39 2007 +0200 |
committer | Sam Ravnborg <sam@neptun.(none)> | Fri Oct 12 21:15:31 2007 +0200 |
tree | 28b66bc8d55c920623062c7b6fc44d6599ec4ad0 | |
parent | c01b171d91cf642a70477c7ba525ff1096d5c439 [diff] |
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 <sam@ravnborg.org>