Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756482AbYCQWl2 (ORCPT ); Mon, 17 Mar 2008 18:41:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753198AbYCQWlV (ORCPT ); Mon, 17 Mar 2008 18:41:21 -0400 Received: from an-out-0708.google.com ([209.85.132.240]:38273 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752071AbYCQWlU (ORCPT ); Mon, 17 Mar 2008 18:41:20 -0400 Message-ID: Date: Mon, 17 Mar 2008 16:41:15 -0600 From: "Grant Likely" To: "Paul Gortmaker" Subject: Re: powerpc: cuImage.* creation error Cc: "Adrian Bunk" , "Kumar Gala" , "Paul Mackerras" , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20080317200754.GA7383@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080317193652.GA9550@cs181133002.pp.htv.fi> <20080317200754.GA7383@windriver.com> X-Google-Sender-Auth: 56af565ef83ab952 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1200 Lines: 28 On Mon, Mar 17, 2008 at 2:07 PM, Paul Gortmaker wrote: > In message: powerpc: cuImage.* creation error > > @@ -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 No, the suffix in the cuImage targets has a 1:1 relationship with dts files in arch/powerpc/boot/dts/. If a file doesn't exist there, then the target cannot be built. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. -- 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/