Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbppc Add mpc85xx kernels. Add INSTALL_PMPPC
details: https://anonhg.NetBSD.org/src/rev/b4ff9c77158c
branches: trunk
changeset: 765844:b4ff9c77158c
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 07 17:30:18 2011 +0000
description:
Add mpc85xx kernels. Add INSTALL_PMPPC
Put each family of kernels on a separate line.
diffstat:
etc/etc.evbppc/Makefile.inc | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 599a328cef2a -r b4ff9c77158c etc/etc.evbppc/Makefile.inc
--- a/etc/etc.evbppc/Makefile.inc Tue Jun 07 17:28:59 2011 +0000
+++ b/etc/etc.evbppc/Makefile.inc Tue Jun 07 17:30:18 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index