m32r: fix arch/m32r/boot/compressed/Makefile
authorHirokazu Takata <takata@linux-m32r.org>
Sun, 8 Nov 2009 23:51:35 +0000 (08:51 +0900)
committerHirokazu Takata <takata@linux-m32r.org>
Mon, 9 Nov 2009 00:00:50 +0000 (09:00 +0900)
- Fix a comment string
- Fix a typo of $(suffix-y)

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/boot/compressed/Makefile

index 1003880..177716b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# linux/arch/sh/boot/compressed/Makefile
+# linux/arch/m32r/boot/compressed/Makefile
 #
 # create a compressed vmlinux image from the original vmlinux
 #
@@ -47,5 +47,5 @@ suffix_$(CONFIG_KERNEL_GZIP)  = gz
 suffix_$(CONFIG_KERNEL_BZIP2)  = bz2
 suffix_$(CONFIG_KERNEL_LZMA)   = lzma
 
-$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix_y) FORCE
+$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
        $(call if_changed,ld)