projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78ffa0
)
sh64: Set KBUILD_IMAGE to make the rpm target happy.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 9 Oct 2007 06:52:06 +0000
(15:52 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh64/Makefile
b/arch/sh64/Makefile
index
186de5b
..
8290c63
100644
(file)
--- 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
-