]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - scripts/Makefile.lib
kbuild: fix directory traversal bug
authorSam Ravnborg <sam@ravnborg.org>
Sat, 15 Sep 2007 06:55:39 +0000 (08:55 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 12 Oct 2007 19:15:31 +0000 (21:15 +0200)
commitf5fb976520a53f45f8bbf2e851f16b3b5558d485
tree28b66bc8d55c920623062c7b6fc44d6599ec4ad0
parentc01b171d91cf642a70477c7ba525ff1096d5c439
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>
scripts/Makefile.lib