Module Name:    src
Committed By:   matt
Date:           Sun Feb 20 08:27:32 UTC 2011

Modified Files:
        src/etc/etc.cobalt: Makefile.inc
        src/etc/etc.evbmips: Makefile.inc

Log Message:
Build different kernel when mips64e[bl]


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.cobalt/Makefile.inc
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.cobalt/Makefile.inc
diff -u src/etc/etc.cobalt/Makefile.inc:1.4 src/etc/etc.cobalt/Makefile.inc:1.5
--- src/etc/etc.cobalt/Makefile.inc:1.4	Sat Feb  2 14:07:39 2008
+++ src/etc/etc.cobalt/Makefile.inc	Sun Feb 20 08:27:32 2011
@@ -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

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.12 src/etc/etc.evbmips/Makefile.inc:1.13
--- src/etc/etc.evbmips/Makefile.inc:1.12	Mon Dec 14 01:12:05 2009
+++ src/etc/etc.evbmips/Makefile.inc	Sun Feb 20 08:27:32 2011
@@ -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

Reply via email to