aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boot/compressed/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-07-21 04:24:36 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-07-21 04:24:36 -0400
commitef9b542fce00dafc6bb1d9097b045a777f4a2382 (patch)
tree2eaa908235371a9383c356d639faec4f395320e1 /arch/sh/boot/compressed/Makefile
parent040f43e0bf70935cbe8a775110206d11367e11db (diff)
sh: bzip2/lzma uImage support.
This builds on the bzip2/lzma zImage support change and wires it up for uImages. Based on the blackfin implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed/Makefile')
-rw-r--r--arch/sh/boot/compressed/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/boot/compressed/Makefile b/arch/sh/boot/compressed/Makefile
index 3324019e207e..b31618e9e8c8 100644
--- a/arch/sh/boot/compressed/Makefile
+++ b/arch/sh/boot/compressed/Makefile
@@ -48,10 +48,6 @@ $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
48$(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 48$(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
49 $(call if_changed,lzma) 49 $(call if_changed,lzma)
50 50
51suffix-$(CONFIG_KERNEL_GZIP) := gz
52suffix-$(CONFIG_KERNEL_BZIP2) := bz2
53suffix-$(CONFIG_KERNEL_LZMA) := lzma
54
55OBJCOPYFLAGS += -R .empty_zero_page 51OBJCOPYFLAGS += -R .empty_zero_page
56 52
57LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T 53LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T