diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-07-30 00:27:35 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-30 00:27:35 +0900 |
commit | fdeb076f20df14b1c7f2817362172548d146b121 (patch) | |
tree | e9835528b9ebedba484a7daae70a143e549f3fc7 | |
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>
-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: 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' |