diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 15:52:06 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-09 15:52:06 +0900 |
commit | 0f1d884d3aad334dc603303b7cc2a79aae9b2057 (patch) | |
tree | cf2a33b1efe33bbf57e5c57fc4afdd9d1471df3d /arch/sh64 | |
parent | d78ffa0dcc2584b0ec35bdb6e585d092359ee74f (diff) |
sh64: Set KBUILD_IMAGE to make the rpm target happy.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh64/Makefile b/arch/sh64/Makefile index 186de5b019d..8290c6380d7 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 - |