Skip to content

Commit 980d4a4

Browse files
tangyoulingchenhuacai
authored andcommitted
LoongArch: Add some annotations in archhelp
- Add annotations to the kernel image. - Modify the annotations of make insatll. Signed-off-by: Youling Tang <tangyouling@kylinos.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
1 parent 75cffd3 commit 980d4a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arch/loongarch/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ install:
184184
$(call cmd,install)
185185

186186
define archhelp
187-
echo ' install - install kernel into $(INSTALL_PATH)'
187+
echo ' vmlinux.elf - Uncompressed ELF kernel image (arch/loongarch/boot/vmlinux.elf)'
188+
echo ' vmlinux.efi - Uncompressed EFI kernel image (arch/loongarch/boot/vmlinux.efi)'
189+
echo ' vmlinuz.efi - GZIP/ZSTD-compressed EFI kernel image (arch/loongarch/boot/vmlinuz.efi)'
190+
echo ' Default when CONFIG_EFI_ZBOOT=y'
191+
echo ' install - Install kernel using (your) ~/bin/$(INSTALLKERNEL) or'
192+
echo ' (distribution) /sbin/$(INSTALLKERNEL) or install.sh to $$(INSTALL_PATH)'
188193
echo
189194
endef

0 commit comments

Comments
 (0)