Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751783AbZKIA1d (ORCPT ); Sun, 8 Nov 2009 19:27:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751406AbZKIA1c (ORCPT ); Sun, 8 Nov 2009 19:27:32 -0500 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:59812 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbZKIA1c (ORCPT ); Sun, 8 Nov 2009 19:27:32 -0500 Date: Mon, 09 Nov 2009 09:27:27 +0900 Message-ID: From: Hirokazu Takata To: torvalds@linux-foundation.org Cc: linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] m32r updates for 2.6.32-rc7 In-Reply-To: References: User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) Renesas-ECN: H07-0010RT MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2057 Lines: 68 Hi Linus, Just a small fix. There was a typo in the previous patch: m32r: bzip2/lzma kernel compression support 337214e8c6b0c777713b2483749f9c03102a416c Please pull from git://www.linux-m32r.org/git/takata/linux-2.6_dev.git for-linus Thanks, -- Takata --- The following changes since commit 7c9abfb884b8737f0afdc8a88bcea77526f0da87: Linus Torvalds (1): Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm are available in the git repository at: git://www.linux-m32r.org/git/takata/linux-2.6_dev.git for-linus Hirokazu Takata (1): m32r: fix arch/m32r/boot/compressed/Makefile arch/m32r/boot/compressed/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- commit a556bec9955c8e47b40a87dbfeef6f24d3b2228f Author: Hirokazu Takata Date: Mon Nov 9 08:51:35 2009 +0900 m32r: fix arch/m32r/boot/compressed/Makefile - Fix a comment string - Fix a typo of $(suffix-y) Signed-off-by: Hirokazu Takata diff --git a/arch/m32r/boot/compressed/Makefile b/arch/m32r/boot/compressed/Makefile index 1003880..177716b 100644 --- a/arch/m32r/boot/compressed/Makefile +++ b/arch/m32r/boot/compressed/Makefile @@ -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) -- Hirokazu Takata Linux/M32R Project: http://www.linux-m32r.org/ -- 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/