projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1f1ea
)
nios2: add FORCE for vmlinuz.gz
author
Randy Dunlap
<rdunlap@infradead.org>
Thu, 24 Nov 2022 03:20:53 +0000
(19:20 -0800)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 26 Nov 2022 23:28:41 +0000
(08:28 +0900)
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>
arch/nios2/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/nios2/boot/Makefile
b/arch/nios2/boot/Makefile
index 8c3ad76602f3e4a3aaa11f22cfcc38eb969c9989..29c11a06b750ad6f4bacd4cfb8c539df320df02f 100644
(file)
--- 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'