Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-20 Thread Kumar Gala
On Aug 20, 2007, at 12:57 AM, Paul Mackerras wrote: > I wrote: > >> 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 undef

Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-20 Thread Kumar Gala
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

Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-20 Thread Paul Mackerras
I wrote: > 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. And on mpc7448_hpc2 I get CC arch/pow

Re: [PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-19 Thread Paul Mackerras
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/an

[PATCH 3/3 v2][POWERPC] Stop include asm-ppc when building ARCH=powerpc for ppc32

2007-08-18 Thread Kumar Gala
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. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Actually remove all the bits related to include fixup, not just comment them out :) arch/powerpc/Makefile | 17 +