From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18121.11392.459659.535657@cargo.ozlabs.ibm.com> Date: Mon, 20 Aug 2007 15:54:08 +1000 From: Paul Mackerras To: Kumar Gala Subject: Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32 In-Reply-To: References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. Paul.