File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -216,3 +216,20 @@ rv32_defconfig:
216
216
PHONY += rv32_nommu_virt_defconfig
217
217
rv32_nommu_virt_defconfig :
218
218
$(Q )$(MAKE ) -f $(srctree ) /Makefile nommu_virt_defconfig 32-bit.config
219
+
220
+ define archhelp
221
+ echo ' Image - Uncompressed kernel image (arch/riscv/boot/Image)'
222
+ echo ' Image.gz - Compressed kernel image (arch/riscv/boot/Image.gz)'
223
+ echo ' Image.bz2 - Compressed kernel image (arch/riscv/boot/Image.bz2)'
224
+ echo ' Image.lz4 - Compressed kernel image (arch/riscv/boot/Image.lz4)'
225
+ echo ' Image.lzma - Compressed kernel image (arch/riscv/boot/Image.lzma)'
226
+ echo ' Image.lzo - Compressed kernel image (arch/riscv/boot/Image.lzo)'
227
+ echo ' Image.zst - Compressed kernel image (arch/riscv/boot/Image.zst)'
228
+ echo ' vmlinuz.efi - Compressed EFI kernel image (arch/riscv/boot/vmlinuz.efi)'
229
+ echo ' Default when CONFIG_EFI_ZBOOT=y'
230
+ echo ' xipImage - Execute-in-place kernel image (arch/riscv/boot/xipImage)'
231
+ echo ' Default when CONFIG_XIP_KERNEL=y'
232
+ echo ' install - Install kernel using (your) ~/bin/$(INSTALLKERNEL ) or'
233
+ echo ' (distribution) /sbin/$(INSTALLKERNEL ) or install to '
234
+ echo ' $$(INSTALL_PATH ) '
235
+ endef
You can’t perform that action at this time.
0 commit comments