summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-11-23 19:20:53 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-12-08 11:22:59 +0100
commitdef48fbbac1cb25e35b9b76a9611c41fd7eb1e28 (patch)
tree88b7c59699aea35c3a9a7f519b2bad8d23820cd1
parentda849abded31fc785ad4041399353bb0050f0c63 (diff)
downloadlinux-stable-def48fbbac1cb25e35b9b76a9611c41fd7eb1e28.tar.gz
linux-stable-def48fbbac1cb25e35b9b76a9611c41fd7eb1e28.tar.bz2
linux-stable-def48fbbac1cb25e35b9b76a9611c41fd7eb1e28.zip
nios2: add FORCE for vmlinuz.gz
[ Upstream commit 869e4ae4cd2a23d625aaa14ae62dbebf768cb77d ] Add FORCE to placate a warning from make: arch/nios2/boot/Makefile:24: FORCE prerequisite is missing Fixes: 2fc8483fdcde ("nios2: Build infrastructure") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--arch/nios2/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/boot/Makefile b/arch/nios2/boot/Makefile
index 37dfc7e584bc..0b704c1f379f 100644
--- a/arch/nios2/boot/Makefile
+++ b/arch/nios2/boot/Makefile
@@ -20,7 +20,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE
$(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
$(call if_changed,gzip)
-$(obj)/vmImage: $(obj)/vmlinux.gz
+$(obj)/vmImage: $(obj)/vmlinux.gz FORCE
$(call if_changed,uimage)
@$(kecho) 'Kernel: $@ is ready'