Hey all.  Will 'circular deps' be a problem with kbuild-2.5?
Right now on PPC, we have something like:
asm/irq.h:
 #include <asm/ppc4xx.h>
 #define some IRQ bits

asm/ppc4xx.h:
 #include some board files

asm/board.h:
 #include <asm/irq.h> /* circular, !@#$ */
 #define something THIS_IRQ

Will this be a problem with kbuild-2.5 as well?

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to