summaryrefslogtreecommitdiff
path: root/arch/nios2
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-11-23 19:20:53 -0800
committerMasahiro Yamada <masahiroy@kernel.org>2022-11-27 08:28:41 +0900
commit869e4ae4cd2a23d625aaa14ae62dbebf768cb77d (patch)
tree9e0f2ef95d54157a39006303a0cf7eaf7757006a /arch/nios2
parentdf1f1ea9569eef05c006aeae1d65fbf6c2339677 (diff)
nios2: add FORCE for vmlinuz.gz
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>
Diffstat (limited to 'arch/nios2')
-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 8c3ad76602f3..29c11a06b750 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'