Module Name: src
Committed By: matt
Date: Thu Jan 19 09:49:56 UTC 2012
Modified Files:
src/etc/etc.evbmips [matt-nb5-mips64]: Makefile.inc
Log Message:
Add CPMBR1400 and INSTALL_CPMBR1400 to the mipsel kernels
To generate a diff of this commit:
cvs rdiff -u -r1.11.26.3 -r1.11.26.4 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.3 src/etc/etc.evbmips/Makefile.inc:1.11.26.4
--- src/etc/etc.evbmips/Makefile.inc:1.11.26.3 Tue Dec 27 17:09:15 2011
+++ src/etc/etc.evbmips/Makefile.inc Thu Jan 19 09:49:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11.26.3 2011/12/27 17:09:15 matt Exp $
+# Makefile.inc,v 1.11.26.3 2011/12/27 17:09:15 matt Exp
#
# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
#
@@ -9,8 +9,8 @@
KERNEL_SUFFIXES= srec
.if ${MACHINE_ARCH} == "mipsel"
-KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
-BUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA
+KERNEL_SETS= ALCHEMY CPMBR1400 DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
+BUILD_KERNELS= INSTALL_CPMBR1400 INSTALL_OMSAL400 INSTALL_MALTA
.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
KERNEL_SETS= MALTA32 MALTA64
@@ -25,4 +25,3 @@ KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550
BUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA
.endif
-