Module Name:    src
Committed By:   cliff
Date:           Mon Dec 14 12:02:24 UTC 2009

Modified Files:
        src/etc/etc.evbmips [matt-nb5-mips64]: Makefile.inc

Log Message:
add XLSATX kernels to KERNEL_SETS, BUILD_KERNELS


To generate a diff of this commit:
cvs rdiff -u -r1.11.26.1 -r1.11.26.2 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.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.11.26.1 src/etc/etc.evbmips/Makefile.inc:1.11.26.2
--- src/etc/etc.evbmips/Makefile.inc:1.11.26.1	Mon Aug 24 04:03:30 2009
+++ src/etc/etc.evbmips/Makefile.inc	Mon Dec 14 12:02:24 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.11.26.1 2009/08/24 04:03:30 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.11.26.2 2009/12/14 12:02:24 cliff 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