Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Masahiro Yamada
869e4ae4 df1f1ea9

+1 -1
+1 -1
arch/nios2/boot/Makefile
··· 20 20 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE 21 21 $(call if_changed,gzip) 22 22 23 - $(obj)/vmImage: $(obj)/vmlinux.gz 23 + $(obj)/vmImage: $(obj)/vmlinux.gz FORCE 24 24 $(call if_changed,uimage) 25 25 @$(kecho) 'Kernel: $@ is ready' 26 26