• S
    kbuild: fix directory traversal bug · f5fb9765
    Sam Ravnborg 提交于
    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: NSam Ravnborg <sam@ravnborg.org>
    f5fb9765
Makefile.lib 6.4 KB