Skip to content

Commit 869e4ae

Browse files
rddunlapmasahir0y
authored andcommitted
nios2: add FORCE for vmlinuz.gz
Add FORCE to placate a warning from make: arch/nios2/boot/Makefile:24: FORCE prerequisite is missing Fixes: 2fc8483 ("nios2: Build infrastructure") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent df1f1ea commit 869e4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/nios2/boot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE
2020
$(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
2121
$(call if_changed,gzip)
2222

23-
$(obj)/vmImage: $(obj)/vmlinux.gz
23+
$(obj)/vmImage: $(obj)/vmlinux.gz FORCE
2424
$(call if_changed,uimage)
2525
@$(kecho) 'Kernel: $@ is ready'
2626

0 commit comments

Comments
 (0)