sh: Add a vmlinux.bin target.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 07:28:47 +0000 (16:28 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 07:28:47 +0000 (16:28 +0900)
This makes vmlinux.bin generation an explicit make target, as opposed to
just a dependency for some of the other targets.

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

index fd57676115e60e10567a9141c18ebb9407552a9c..f7d5f42b00a75ae0539543bad05cb42f659f7c09 100644 (file)
@@ -204,7 +204,8 @@ libs-$(CONFIG_SUPERH32)             := arch/sh/lib/ $(libs-y)
 libs-$(CONFIG_SUPERH64)                := arch/sh/lib64/ $(libs-y)
 
 BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.lzo \
-              uImage.srec uImage.bin zImage vmlinux.srec romImage
+              uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
+              romImage
 PHONY += $(BOOT_TARGETS)
 
 all: $(KBUILD_IMAGE)
@@ -225,6 +226,7 @@ define archhelp
        @echo '  zImage                    - Compressed kernel image'
        @echo '  romImage                  - Compressed ROM image, if supported'
        @echo '  vmlinux.srec              - Create an ELF S-record'
+       @echo '  vmlinux.bin               - Create an uncompressed binary image'
        @echo '* uImage                    - Alias to bootable U-Boot image'
        @echo '  uImage.srec               - Create an S-record for U-Boot'
        @echo '  uImage.bin                - Kernel-only image for U-Boot (bin)'
This page took 0.02733 seconds and 5 git commands to generate.