> This could be solved with some (ugly): > #ifdef __powerpc__ > #include <asm-ppc/byteorder.h> > #elif .... Or create a asm link in tools: ln -s ../asm-$HOSTARCH asm The mkconfig and tools/Makefile needs to be adopted for this. Jocke