projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ab027
)
riscv: Fix compressed Image formats build
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Wed, 4 Nov 2020 06:14:59 +0000
(14:14 +0800)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Mon, 9 Nov 2020 19:54:43 +0000
(11:54 -0800)
make[1]: *** No rule to make target `Image.lzma'. Stop.
When make ARCH=riscv Image.lzma, it won't work, let's fix it.
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/riscv/Makefile
b/arch/riscv/Makefile
index 0289a97325d1225fd345c796aad589a84cb82463..0d9ecb959962a3b7a84befc06a321e0ee4790a37 100644
(file)
--- a/
arch/riscv/Makefile
+++ b/
arch/riscv/Makefile
@@
-96,5
+96,8
@@
$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
@$(kecho) ' Kernel: $(boot)/$@ is ready'
+Image.%: Image
+ $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
+
zinstall install:
$(Q)$(MAKE) $(build)=$(boot) $@