diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-07-29 11:27:35 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-29 11:27:35 -0400 |
commit | fdeb076f20df14b1c7f2817362172548d146b121 (patch) | |
tree | e9835528b9ebedba484a7daae70a143e549f3fc7 /arch/sh/Makefile | |
parent | d162300e6c963fe255ea7f73b956a7716e24205d (diff) |
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>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 2a7e73faee89..b6ff337fd856 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -216,6 +216,7 @@ archclean: | |||
216 | 216 | ||
217 | define archhelp | 217 | define archhelp |
218 | @echo ' zImage - Compressed kernel image' | 218 | @echo ' zImage - Compressed kernel image' |
219 | @echo ' romImage - Compressed ROM image, if supported' | ||
219 | @echo ' vmlinux.srec - Create an ELF S-record' | 220 | @echo ' vmlinux.srec - Create an ELF S-record' |
220 | @echo '* uImage - Alias to bootable U-Boot image' | 221 | @echo '* uImage - Alias to bootable U-Boot image' |
221 | @echo ' uImage.srec - Create an S-record for U-Boot' | 222 | @echo ' uImage.srec - Create an S-record for U-Boot' |