Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757595AbYCQUS7 (ORCPT ); Mon, 17 Mar 2008 16:18:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756781AbYCQUSu (ORCPT ); Mon, 17 Mar 2008 16:18:50 -0400 Received: from [128.224.252.2] ([128.224.252.2]:32173 "EHLO yow-pgortmak-d1.corp.ad.wrs.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754501AbYCQUSt (ORCPT ); Mon, 17 Mar 2008 16:18:49 -0400 X-Greylist: delayed 652 seconds by postgrey-1.27 at vger.kernel.org; Mon, 17 Mar 2008 16:18:49 EDT Date: Mon, 17 Mar 2008 16:07:55 -0400 From: Paul Gortmaker To: Adrian Bunk Cc: Kumar Gala , Grant Likely , Paul Mackerras , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc: cuImage.* creation error Message-ID: <20080317200754.GA7383@windriver.com> References: <20080317193652.GA9550@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080317193652.GA9550@cs181133002.pp.htv.fi> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1770 Lines: 56 In message: powerpc: cuImage.* creation error on 17/03/2008 Adrian Bunk wrote: > When building all powerpc defconfigs in 2.6.25-rc6 exactly three of > them fail to build, and all with similar problems: > > <-- snip --> > > > sbc8548_defconfig: > > <-- snip --> > > ... > Entry Point: 0x00000000 > make[2]: *** No rule to make target `arch/powerpc/boot/cuImage.tqm8548', needed by `arch/powerpc/boot/zImage'. Stop. > Untested, but I'll guess that this is at least part of the problem for the sbc one... Thanks, Paul. --- Author: Paul Gortmaker Date: Mon Mar 17 15:47:03 2008 -0400 cuimage: fix board names in Makefile Fix the copy and paste error from 25431333813686654907ab987fb5de10c10a16db for the sbc8548 and sbc8560 Signed-off-by: Paul Gortmaker diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 4974d9e..1aded8f 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -253,8 +253,8 @@ image-$(CONFIG_TQM8540) += cuImage.tqm8540 image-$(CONFIG_TQM8541) += cuImage.tqm8541 image-$(CONFIG_TQM8555) += cuImage.tqm8555 image-$(CONFIG_TQM8560) += cuImage.tqm8560 -image-$(CONFIG_SBC8548) += cuImage.tqm8548 -image-$(CONFIG_SBC8560) += cuImage.tqm8560 +image-$(CONFIG_SBC8548) += cuImage.sbc8548 +image-$(CONFIG_SBC8560) += cuImage.sbc8560 # Board ports in arch/powerpc/platform/embedded6xx/Kconfig image-$(CONFIG_STORCENTER) += cuImage.storcenter -- 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/