mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08:00
sh64: Set KBUILD_IMAGE to make the rpm target happy.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
d78ffa0dcc
commit
0f1d884d3a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user