sh: Add romImage target to archhelp.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 29 Jul 2009 15:27:35 +0000 (00:27 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 29 Jul 2009 15:27:35 +0000 (00:27 +0900)
Adds an archhelp blurb for the romImage target so it is reflected in
'make help'.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

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