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 ESMTP id 3C200DDE30 for ; Tue, 21 Aug 2007 01:27:14 +1000 (EST) In-Reply-To: <18121.11392.459659.535657@cargo.ozlabs.ibm.com> References: <18121.11392.459659.535657@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32 Date: Mon, 20 Aug 2007 10:28:55 -0500 To: Paul Mackerras Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 20, 2007, at 12:54 AM, Paul Mackerras wrote: > Kumar Gala writes: > >> We no longer have any dependancies on include/asm-ppc so we can >> get ride >> of the makefile hacks to include it in the build process. > > On 32-bit powermac, I get: > > CC [M] drivers/macintosh/ans-lcd.o > /home/paulus/kernel/powerpc/drivers/macintosh/ans-lcd.c:17:25: > error: asm/ans-lcd.h: No such file or directory > > plus a whole pile of things undefined after that. > Fixed now. - k