diff options
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 @@ | |||
14 | targets := vmlinux vmlinux.bin vmlinux.bin.gz \ | 14 | targets := vmlinux vmlinux.bin vmlinux.bin.gz \ |
15 | head_64.o misc_64.o cache.o piggy.o | 15 | head_64.o misc_64.o cache.o piggy.o |
16 | 16 | ||
17 | OBJECTS := $(obj)/vmlinux_64.lds $(obj)/head_64.o $(obj)/misc_64.o \ | 17 | OBJECTS := $(obj)/head_64.o $(obj)/misc_64.o $(obj)/cache.o |
18 | $(obj)/cache.o | ||
19 | 18 | ||
20 | # | 19 | # |
21 | # ZIMAGE_OFFSET is the load offset of the compression loader | 20 | # ZIMAGE_OFFSET is the load offset of the compression loader |