Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755330AbZLDBdx (ORCPT ); Thu, 3 Dec 2009 20:33:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753080AbZLDBdu (ORCPT ); Thu, 3 Dec 2009 20:33:50 -0500 Received: from mail.renesas.com ([202.234.163.13]:50785 "EHLO mail02.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752041AbZLDBdu (ORCPT ); Thu, 3 Dec 2009 20:33:50 -0500 X-AuditID: ac140385-0000000a000002de-b4-4b1866ef00e0 Date: Fri, 04 Dec 2009 10:33:34 +0900 From: Hirokazu Takata Subject: Re: [PATCH] m32r: really fix arch/m32r/boot/compressed/Makefile In-reply-to: <1259858297-7516-1-git-send-email-mmarek@suse.cz> To: Michal Marek Cc: Hirokazu Takata , linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.3 Mule/5.0 (SAKAKI) References: <1259858297-7516-1-git-send-email-mmarek@suse.cz> X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1527 Lines: 47 From: Michal Marek Subject: [PATCH] m32r: really fix arch/m32r/boot/compressed/Makefile Date: Thu, 03 Dec 2009 16:38:17 +0000 > Commit a556bec changed the variable from suffix_y to suffix-y only in > one place, change the rest to make it work again. > > Signed-off-by: Michal Marek > --- > arch/m32r/boot/compressed/Makefile | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/m32r/boot/compressed/Makefile b/arch/m32r/boot/compressed/Makefile > index 177716b..01729c2 100644 > --- a/arch/m32r/boot/compressed/Makefile > +++ b/arch/m32r/boot/compressed/Makefile > @@ -43,9 +43,9 @@ endif > > OBJCOPYFLAGS += -R .empty_zero_page > > -suffix_$(CONFIG_KERNEL_GZIP) = gz > -suffix_$(CONFIG_KERNEL_BZIP2) = bz2 > -suffix_$(CONFIG_KERNEL_LZMA) = lzma > +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 > $(call if_changed,ld) > -- > 1.6.5.3 > Acked-by: Hirokazu Takata Thanks for letting me know. Indeed, the Commit a556bec was not sufficient. I've personally fixed this problem but not sent a pull request to merge it yet. -- Takata -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/