From aa42bf4af8b6a5a8c760091905af9d811282003e Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 9 Oct 2007 15:52:06 +0900 Subject: [PATCH] --- yaml --- r: 68322 b: refs/heads/master c: 0f1d884d3aad334dc603303b7cc2a79aae9b2057 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh64/Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fda5203a3ae9..1d4bc3cfea52 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d78ffa0dcc2584b0ec35bdb6e585d092359ee74f +refs/heads/master: 0f1d884d3aad334dc603303b7cc2a79aae9b2057 diff --git a/trunk/arch/sh64/Makefile b/trunk/arch/sh64/Makefile index 186de5b019d6..8290c6380d7d 100644 --- a/trunk/arch/sh64/Makefile +++ b/trunk/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 -