Commit 869e4ae4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Masahiro Yamada

nios2: add FORCE for vmlinuz.gz

Add FORCE to placate a warning from make:

arch/nios2/boot/Makefile:24: FORCE prerequisite is missing

Fixes: 2fc8483f ("nios2: Build infrastructure")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent df1f1ea9
...@@ -20,7 +20,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE ...@@ -20,7 +20,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE
$(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
$(call if_changed,gzip) $(call if_changed,gzip)
$(obj)/vmImage: $(obj)/vmlinux.gz $(obj)/vmImage: $(obj)/vmlinux.gz FORCE
$(call if_changed,uimage) $(call if_changed,uimage)
@$(kecho) 'Kernel: $@ is ready' @$(kecho) 'Kernel: $@ is ready'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment