Module Name:    src
Committed By:   matt
Date:           Tue Dec 27 17:09:16 UTC 2011

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

Log Message:
Add {,INSTALL_}XLPEVB{32,64} kernels for mips64


To generate a diff of this commit:
cvs rdiff -u -r1.11.26.2 -r1.11.26.3 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.2 src/etc/etc.evbmips/Makefile.inc:1.11.26.3
--- src/etc/etc.evbmips/Makefile.inc:1.11.26.2	Mon Dec 14 12:02:24 2009
+++ src/etc/etc.evbmips/Makefile.inc	Tue Dec 27 17:09:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.11.26.2 2009/12/14 12:02:24 cliff Exp $
+#	$NetBSD: Makefile.inc,v 1.11.26.3 2011/12/27 17:09:15 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -13,9 +13,12 @@ KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 
 BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
 
 .elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64
+KERNEL_SETS=		MALTA32 MALTA64
+KERNEL_SETS+=		XLSATX32 XLSATX64
+KERNEL_SETS+=		XLPEVB32 XLPEVB64
 BUILD_KERNELS=		INSTALL_MALTA32 INSTALL_MALTA64
 BUILD_KERNELS+=		INSTALL_XLSATX32 INSTALL_XLSATX64
+BUILD_KERNELS+=		INSTALL_XLPEVB32 INSTALL_XLPEVB64
 
 .else
 KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA

Reply via email to