]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh64: Set KBUILD_IMAGE to make the rpm target happy.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 9 Oct 2007 06:52:06 +0000 (15:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 9 Oct 2007 06:52:06 +0000 (15:52 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh64/Makefile

index 186de5b019d62d6f737d5d375b0edf960d042a3b..8290c6380d7d6f09c8604457d4b4f9d8080dc2d7 100644 (file)
@@ -40,6 +40,8 @@ OBJCOPYFLAGS  := -O binary -R .note -R .comment -R .stab -R .stabstr -S
 #
 KBUILD_DEFCONFIG       := cayman_defconfig
 
+KBUILD_IMAGE           := arch/$(ARCH)/boot/zImage
+
 ifdef LOADADDR
 LINKFLAGS     += -Ttext $(word 1,$(LOADADDR))
 endif
@@ -105,6 +107,5 @@ arch/$(ARCH)/lib/syscalltab.h: arch/sh64/kernel/syscalls.S
 CLEAN_FILES += arch/$(ARCH)/lib/syscalltab.h
 
 define archhelp
-       @echo '  zImage                    - Compressed kernel image (arch/sh64/boot/zImage)'
+       @echo '* zImage                    - Compressed kernel image'
 endef
-