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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:17:00 +0000 (19:17 +0100)
commita94284b0fdce9bc5a3a42ff3334223a9d7f84d91
tree03a49640dc95726bd5f870db9b4f7857a96d87b8
parentcab693c0fe29a714e69afb8b472619d951941fc8
sparc: Add missing "FORCE" target when using if_changed

[ Upstream commit a3c7ca2b141b9735eb383246e966a4f4322e3e65 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/sparc/boot/Makefile