• S
    kbuild: fix make -rR breakage · e5c44fd8
    Sam Ravnborg 提交于
    make failed to supply the filename when using make -rR and using $(*F)
    to get target filename without extension.
    This bug was not reproduceable in small scale but using:
    $(basename $(notdir $@)) fixes it with same functionality.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    e5c44fd8
Makefile.host 5.9 KB