diff options
Diffstat (limited to 'arch/sh64/Makefile')
-rw-r--r-- | arch/sh64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh64/Makefile b/arch/sh64/Makefile index ebf20043991c..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 |
@@ -47,7 +49,6 @@ endif | |||
47 | machine-$(CONFIG_SH_CAYMAN) := cayman | 49 | machine-$(CONFIG_SH_CAYMAN) := cayman |
48 | machine-$(CONFIG_SH_SIMULATOR) := sim | 50 | machine-$(CONFIG_SH_SIMULATOR) := sim |
49 | machine-$(CONFIG_SH_HARP) := harp | 51 | machine-$(CONFIG_SH_HARP) := harp |
50 | machine-$(CONFIG_SH_ROMRAM) := romram | ||
51 | 52 | ||
52 | head-y := arch/$(ARCH)/kernel/head.o arch/$(ARCH)/kernel/init_task.o | 53 | head-y := arch/$(ARCH)/kernel/head.o arch/$(ARCH)/kernel/init_task.o |
53 | 54 | ||
@@ -106,6 +107,5 @@ arch/$(ARCH)/lib/syscalltab.h: arch/sh64/kernel/syscalls.S | |||
106 | CLEAN_FILES += arch/$(ARCH)/lib/syscalltab.h | 107 | CLEAN_FILES += arch/$(ARCH)/lib/syscalltab.h |
107 | 108 | ||
108 | define archhelp | 109 | define archhelp |
109 | @echo ' zImage - Compressed kernel image (arch/sh64/boot/zImage)' | 110 | @echo '* zImage - Compressed kernel image' |
110 | endef | 111 | endef |
111 | |||