Add mpc85xx kernels. Add INSTALL_PMPPC

Put each family of kernels on a separate line.
This commit is contained in:
matt 2011-06-07 17:30:18 +00:00
parent 40470b7ff0
commit f48a97f0ed
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.7 2009/08/21 16:57:08 tsutsui Exp $
# $NetBSD: Makefile.inc,v 1.8 2011/06/07 17:30:18 matt Exp $
#
# etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
#
@ -6,8 +6,9 @@
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
KERNEL_SETS= WALNUT EV64260 EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
KERNEL_SETS+= PMPPC
KERNEL_SETS= WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
KERNEL_SETS+= EV64260 PMPPC
KERNEL_SETS+= MPC8536DS MPC8548CDS P2020DS P2020RDB RB800
KERNEL_SUFFIXES= img
BUILD_KERNELS= INSTALL_WALNUT INSTALL_OPENBLOCKS266
BUILD_KERNELS= INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC