kbuild: fix make -rR breakage
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:
Sam Ravnborg <sam@ravnborg.org>
Showing
- scripts/Kbuild.include 5 additions, 0 deletionsscripts/Kbuild.include
- scripts/Makefile.build 1 addition, 1 deletionscripts/Makefile.build
- scripts/Makefile.host 4 additions, 2 deletionsscripts/Makefile.host
- scripts/Makefile.lib 3 additions, 3 deletionsscripts/Makefile.lib
- scripts/Makefile.modpost 1 addition, 1 deletionscripts/Makefile.modpost
Loading
Please register or sign in to comment