Skip to content
Commit b999923c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove empty rules for makefiles



The previous commit made 'MAKEFLAGS += -rR' effective in the top
Makefile regardless of O= option, GNU Make versions.

The top Makefile does not need to cancel implicit rules for makefiles.

There is still one place where an empty rule is useful. Since -rR is
effective only after sub-make, GNU Make would try implicit rules to
update the top Makefile. Although it is not a big overhead, cancel it
just in case.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3812b8c5
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