diff options
-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 186de5b019d6..8290c6380d7d 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 | |||
40 | # | 40 | # |
41 | KBUILD_DEFCONFIG := cayman_defconfig | 41 | KBUILD_DEFCONFIG := cayman_defconfig |
42 | 42 | ||
43 | KBUILD_IMAGE := arch/$(ARCH)/boot/zImage | ||
44 | |||
43 | ifdef LOADADDR | 45 | ifdef LOADADDR |
44 | LINKFLAGS += -Ttext $(word 1,$(LOADADDR)) | 46 | LINKFLAGS += -Ttext $(word 1,$(LOADADDR)) |
45 | endif | 47 | endif |
@@ -105,6 +107,5 @@ arch/$(ARCH)/lib/syscalltab.h: arch/sh64/kernel/syscalls.S | |||
105 | CLEAN_FILES += arch/$(ARCH)/lib/syscalltab.h | 107 | CLEAN_FILES += arch/$(ARCH)/lib/syscalltab.h |
106 | 108 | ||
107 | define archhelp | 109 | define archhelp |
108 | @echo ' zImage - Compressed kernel image (arch/sh64/boot/zImage)' | 110 | @echo '* zImage - Compressed kernel image' |
109 | endef | 111 | endef |
110 | |||