2.6.25: include/asm-ppc vs. include/asm-powerpc

Paul Smith paul at mad-scientist.us
Fri Aug 29 04:07:10 EST 2008


On Thu, 2008-08-28 at 16:42 +0200, Arnd Bergmann wrote:
> The trick that arch/ppc uses is to create a symlink
> arch/ppc/include/asm pointing to include/asm-powerpc and then passing
> "-Iinclude -Iarch/ppc/include" to the compiler.

Aha!!

Changing that arch/ppc/include/asm symlink to be relative
(-> ../../../include/asm-powerpc) instead of absolute solves all these
problems!

Now I'm just down to real portability issues (since the drivers were
originally written for 2.6.14).


Thanks very much!



More information about the Linuxppc-embedded mailing list