Source-Changes-HG archive

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

[src/trunk]: src/etc Build different kernel when mips64e[bl]



details:   https://anonhg.NetBSD.org/src/rev/2c313f2f6418
branches:  trunk
changeset: 762381:2c313f2f6418
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 20 08:27:32 2011 +0000

description:
Build different kernel when mips64e[bl]

diffstat:

 etc/etc.cobalt/Makefile.inc  |  8 +++++++-
 etc/etc.evbmips/Makefile.inc |  5 +++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r d017ac864ab0 -r 2c313f2f6418 etc/etc.cobalt/Makefile.inc
--- a/etc/etc.cobalt/Makefile.inc       Sun Feb 20 08:26:08 2011 +0000
+++ b/etc/etc.cobalt/Makefile.inc       Sun Feb 20 08:27:32 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2008/02/02 14:07:39 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2011/02/20 08:27:32 matt Exp $
 #
 #      etc.cobalt/Makefile.inc -- cobalt-specific etc Makefile targets
 #
@@ -6,6 +6,12 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
+.if ${MACHINE_ARCH} == "mips64el"
+KERNEL_SETS=           GENERIC32 GENERIC64 INSTALL32 INSTALL64
+
+BUILD_KERNELS=         RAMDISK32 RAMDISK64
+.else
 KERNEL_SETS=           GENERIC INSTALL
 
 BUILD_KERNELS=         RAMDISK
+.endif
diff -r d017ac864ab0 -r 2c313f2f6418 etc/etc.evbmips/Makefile.inc
--- a/etc/etc.evbmips/Makefile.inc      Sun Feb 20 08:26:08 2011 +0000
+++ b/etc/etc.evbmips/Makefile.inc      Sun Feb 20 08:27:32 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 2009/12/14 01:12:05 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2011/02/20 08:27:32 matt Exp $
 #
 #      etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -13,8 +13,9 @@
 BUILD_KERNELS=         INSTALL_OMSAL400 INSTALL_MALTA
 
 .elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-KERNEL_SETS=           MALTA32 MALTA64
+KERNEL_SETS=           MALTA32 MALTA64 XLSATX32 XLSATX64
 BUILD_KERNELS=         INSTALL_MALTA32 INSTALL_MALTA64
+BUILD_KERNELS+=                INSTALL_XLSATX32 INSTALL_XLSATX64
 
 .else
 KERNEL_SETS=           ALCHEMY DBAU1500 DBAU1550 MALTA



Home | Main Index | Thread Index | Old Index