From: Paul Mundt Date: Tue, 9 Oct 2007 06:52:06 +0000 (+0900) Subject: sh64: Set KBUILD_IMAGE to make the rpm target happy. X-Git-Tag: v2.6.24-rc1~1376^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0f1d884d3aad334dc603303b7cc2a79aae9b2057;p=karo-tx-linux.git sh64: Set KBUILD_IMAGE to make the rpm target happy. Signed-off-by: Paul Mundt --- diff --git a/arch/sh64/Makefile b/arch/sh64/Makefile index 186de5b019d6..8290c6380d7d 100644 --- a/arch/sh64/Makefile +++ b/arch/sh64/Makefile @@ -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 -