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)
commit4e70b646bae578bb51c89204b5b81ef499436482
tree993134754444978cf81073bc03b33ab489d83e1d
parentec783c7cb2495c5a3b8ca10db8056d43c528f940
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: e1f86d7b4b2a5213 ("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