NetBSD/sys/arch/powerpc/conf
briggs ad7a849c27 Change CPPFLAGS to -D${MACHINE}=${MACHINE} instead of just -D${MACHINE}
This makes it possible to define header files on the command line that
might include ${MACHINE} somewhere in the path.  This might be used in
evbppc, for example, when defining PPC_PCI_MACHDEP_IMPL as, for example:

PPC_PCI_MACHDEP_IMPL="<arch/evbppc/sandpoint/pci_machdep.h>"

which will be included as

#include PPC_PCI_MACHDEP_IMPL

Prior to this change, the compile would fail trying to include
<arch/evbppc/1/pci_machdep.h>
2004-01-06 18:44:57 +00:00
..
files.ibm4xx MD i2c glue for the 405GP's onboard IIC controller. 2003-10-06 16:15:46 +00:00
files.ibm405gp Add Real time clock support code. 2003-10-06 18:15:08 +00:00
files.ofw
files.powerpc Include arch/powerpc/ibm4xx/intr.c only if a particular board actually 2003-11-19 14:27:24 +00:00
Makefile.powerpc Change CPPFLAGS to -D${MACHINE}=${MACHINE} instead of just -D${MACHINE} 2004-01-06 18:44:57 +00:00