sparc: Add missing "FORCE" target when using if_changed
authorKees Cook <keescook@chromium.org>
Thu, 23 Sep 2021 21:54:18 +0000 (14:54 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 11 Oct 2021 14:13:24 +0000 (23:13 +0900)
commita3c7ca2b141b9735eb383246e966a4f4322e3e65
tree55c132c137de241d7acacdaf1de9f43558a388d3
parentfee762d69ad5968dfd0ecbc300810f185ee5c5b8
sparc: Add missing "FORCE" target when using if_changed

Fix observed warning:

    /builds/linux/arch/sparc/boot/Makefile:35: FORCE prerequisite is missing

Fixes: e1f86d7b4b2a ("kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk")
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Nicolas Schier <n.schier@avm.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/sparc/boot/Makefile