Эх сурвалжийг харах

sh: Add romImage target to archhelp.

Adds an archhelp blurb for the romImage target so it is reflected in
'make help'.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 жил өмнө
parent
commit
fdeb076f20

+ 1 - 0
arch/sh/Makefile

@@ -216,6 +216,7 @@ archclean:
 
 
 define archhelp
 define archhelp
 	@echo '  zImage 	           - Compressed kernel image'
 	@echo '  zImage 	           - Compressed kernel image'
+	@echo '  romImage	           - Compressed ROM image, if supported'
 	@echo '  vmlinux.srec	           - Create an ELF S-record'
 	@echo '  vmlinux.srec	           - Create an ELF S-record'
 	@echo '* uImage  	           - Alias to bootable U-Boot image'
 	@echo '* uImage  	           - Alias to bootable U-Boot image'
 	@echo '  uImage.srec	           - Create an S-record for U-Boot'
 	@echo '  uImage.srec	           - Create an S-record for U-Boot'