Skip to content
Commit e5c44fd8 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 216b2f1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment