Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.macppc since we support 601 hardware now, let's buil...



details:   https://anonhg.NetBSD.org/src/rev/ea25dd42cd74
branches:  trunk
changeset: 330766:ea25dd42cd74
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Jul 20 14:52:29 2014 +0000

description:
since we support 601 hardware now, let's build the kernel for it as well

diffstat:

 etc/etc.macppc/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8496d17bfec3 -r ea25dd42cd74 etc/etc.macppc/Makefile.inc
--- a/etc/etc.macppc/Makefile.inc       Sun Jul 20 14:40:58 2014 +0000
+++ b/etc/etc.macppc/Makefile.inc       Sun Jul 20 14:52:29 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:26 pavel Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2014/07/20 14:52:29 macallan Exp $
 #
 #      etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=           GENERIC GENERIC.MP
+KERNEL_SETS=           GENERIC GENERIC.MP GENERIC_601
 
 BUILD_KERNELS+=                INSTALL GENERIC_MD
 



Home | Main Index | Thread Index | Old Index