From: Paul Mundt Date: Wed, 29 Jul 2009 15:27:35 +0000 (+0900) Subject: sh: Add romImage target to archhelp. X-Git-Tag: v2.6.32-rc1~640^2~68^2~25 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fdeb076f20df14b1c7f2817362172548d146b121;p=karo-tx-linux.git 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 --- 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'