NetBSD/sys/arch/powerpc/Makefile
simonb 18b2f7e6a1 Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
 - New pmap and revised trap handler.
 - Support on-chip timers, PCI controller, UARTs
 - Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
 - Add in-kernel PPC floating point emulation
 - New in{,4}_cksum that is between 1.5 and 5 times faster than the
   old version depending on CPU type.
General changes:
 - Kernel support for generic dbsym-style symbols.
2001-06-13 06:01:44 +00:00

6 lines
130 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/06/13 06:01:46 simonb Exp $
SUBDIR= include include/ibm4xx include/mpc6xx
.include <bsd.kinc.mk>