summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile b/cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile
index 1e3453ac1f..c603228ade 100644
--- a/cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile
+++ b/cleopatre/linux-2.6.25.10-spc300/arch/arm/Makefile
@@ -230,7 +230,7 @@ maketools: include/linux/version.h include/asm-arm/.arch FORCE
# Convert bzImage to zImage
bzImage: zImage
-zImage Image xipImage bootpImage uImage: vmlinux
+zImage Image xipImage bootpImage uImage hImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
zinstall install: vmlinux
@@ -253,6 +253,7 @@ define archhelp
echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
echo '* xipImage - XIP kernel image, if configured (arch/$(ARCH)/boot/xipImage)'
echo ' uImage - U-Boot wrapped zImage'
+ echo ' hImage - SPiDCOM wrapped zImage'
echo ' bootpImage - Combined zImage and initial RAM disk'
echo ' (supply initrd image via make variable INITRD=<path>)'
echo ' install - Install uncompressed kernel'