From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 48E08DDE0C for ; Sat, 22 Sep 2007 03:33:42 +1000 (EST) Date: Fri, 21 Sep 2007 12:33:33 -0500 From: Scott Wood To: Grant Likely Subject: Re: [PATCH 08/10] bootwrapper: Add a firmware-independent "raw" target. Message-ID: <20070921173333.GC23602@ld0162-tx32.am.freescale.net> References: <20070905192001.GA32049@ld0162-tx32.am.freescale.net> <20070905192116.GH32113@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Sep 21, 2007 at 11:31:11AM -0600, Grant Likely wrote: > Are these makefile changes complete? When I attempt to compile with > this patch I get the following error: > > grant@trillian:~/hacking/linux-2.6$ ppc4xx make > CHK include/linux/version.h > CHK include/linux/utsrelease.h > CALL scripts/checksyscalls.sh > CHK include/linux/compile.h > make[1]: *** No rule to make target `arch/powerpc/boot/zImage.raw', > needed by `arch/powerpc/boot/zImage'. Stop. > make: *** [zImage] Error 2 > grant@trillian:~/hacking/linux-2.6$ Odd... It should match the zImage.% target. -Scott