From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7B789DDDDB for ; Fri, 3 Oct 2008 14:19:54 +1000 (EST) Subject: Re: [PATCH] powerpc: Simple platform for the ISS 4xx simulator From: Benjamin Herrenschmidt To: Sean MacLennan In-Reply-To: <20081002210254.09076765@lappy.seanm.ca> References: <20081003000737.85CFEDDE17@ozlabs.org> <20081002210254.09076765@lappy.seanm.ca> Content-Type: text/plain Date: Fri, 03 Oct 2008 14:19:44 +1000 Message-Id: <1223007584.12264.170.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2008-10-02 at 21:02 -0400, Sean MacLennan wrote: > On Fri, 03 Oct 2008 10:07:19 +1000 > "Benjamin Herrenschmidt" wrote: > > > image-$(CONFIG_WARP) += cuImage.warp > > -image-$(CONFIG_YOSEMITE) += cuImage.yosemite > > +image-$(CONFIG_YOSEMITE) += cuImage.yosemit > > Did you really mean to drop the e from yosemite? Nope :-) Thanks for catching this. Cheers, Ben.