Skip to content

Commit

Permalink
sh64: Set KBUILD_IMAGE to make the rpm target happy.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 9, 2007
1 parent d78ffa0 commit 0f1d884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/sh64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0f1d884

Please sign in to comment.