On Mon, Feb 15, 2021 at 9:50 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
The rules in these Makefiles cannot detect the command line change because the prerequisite 'FORCE' is missing. Adding 'FORCE' will result in the headers being rebuilt every time because the 'targets' additions are also wrong; the file paths in 'targets' must be relative to the current Makefile. Fix all of them so the if_changed rules work correctly. Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Both applied to linux-kbuild. -- Best Regards Masahiro Yamada