Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbppc There are no powerpc64 in evbppc currently.
details: https://anonhg.NetBSD.org/src/rev/e44769f79100
branches: trunk
changeset: 327157:e44769f79100
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 28 06:10:54 2014 +0000
description:
There are no powerpc64 in evbppc currently.
diffstat:
etc/etc.evbppc/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 92453bc4d956 -r e44769f79100 etc/etc.evbppc/Makefile.inc
--- a/etc/etc.evbppc/Makefile.inc Fri Feb 28 05:55:23 2014 +0000
+++ b/etc/etc.evbppc/Makefile.inc Fri Feb 28 06:10:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2012/08/01 05:46:13 matt Exp $
+# $NetBSD: Makefile.inc,v 1.12 2014/02/28 06:10:54 matt Exp $
#
# etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
#
@@ -6,6 +6,7 @@
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
+.if ${MACHINE_ARCH} == "powerpc"
KERNEL_SETS= WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
KERNEL_SETS+= EV64260 PMPPC
KERNEL_SETS+= MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025
@@ -13,3 +14,4 @@
BUILD_KERNELS= INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
BUILD_KERNELS+= INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025
+.endif
Home |
Main Index |
Thread Index |
Old Index