diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-10 00:36:22 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-10 00:36:22 +0900 |
commit | 20b27fa33743c6ef77a1248421fab51e8bf21a25 (patch) | |
tree | 9781cfaa62fa753bc39cb42fc9234c1803fbb80b /arch/sh/boot/compressed/Makefile_64 | |
parent | 7b022d07a0fd2ce02d4456b732c674ff1d16f5ce (diff) | |
download | talos-op-linux-20b27fa33743c6ef77a1248421fab51e8bf21a25.tar.gz talos-op-linux-20b27fa33743c6ef77a1248421fab51e8bf21a25.zip |
sh: Fix up the sh64 zImage build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed/Makefile_64')
-rw-r--r-- | arch/sh/boot/compressed/Makefile_64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boot/compressed/Makefile_64 b/arch/sh/boot/compressed/Makefile_64 index 541a529d066c..7093255d345b 100644 --- a/arch/sh/boot/compressed/Makefile_64 +++ b/arch/sh/boot/compressed/Makefile_64 @@ -14,8 +14,7 @@ targets := vmlinux vmlinux.bin vmlinux.bin.gz \ head_64.o misc_64.o cache.o piggy.o -OBJECTS := $(obj)/vmlinux_64.lds $(obj)/head_64.o $(obj)/misc_64.o \ - $(obj)/cache.o +OBJECTS := $(obj)/head_64.o $(obj)/misc_64.o $(obj)/cache.o # # ZIMAGE_OFFSET is the load offset of the compression loader |