]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Add missing FORCE prerequisites in Makefile
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 16 Sep 2021 08:43:53 +0000 (10:43 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 19 Sep 2021 01:13:42 +0000 (10:13 +0900)
commit8407670546a0ea07308d458be44eb64bc4145d8d
tree993134754444978cf81073bc03b33ab489d83e1d
parent2f55112ab302b713bbd9e5f4fd44891cf84d46fb
sh: Add missing FORCE prerequisites in Makefile

make:

    arch/sh/boot/Makefile:87: FORCE prerequisite is missing

Add the missing FORCE prerequisites for all build targets identified by
"make help".

Fixes: df71cd8b301565cb ("kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/sh/boot/Makefile