Module Name: src
Committed By: matt
Date: Sat May 9 02:12:29 UTC 2015
Modified Files:
src/distrib/evbmips/instkernel/instkernel: Makefile
Log Message:
add INSTALL_ERLITE kernel
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbmips/instkernel/instkernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/evbmips/instkernel/instkernel/Makefile
diff -u src/distrib/evbmips/instkernel/instkernel/Makefile:1.5 src/distrib/evbmips/instkernel/instkernel/Makefile:1.6
--- src/distrib/evbmips/instkernel/instkernel/Makefile:1.5 Mon Apr 6 14:18:09 2015
+++ src/distrib/evbmips/instkernel/instkernel/Makefile Sat May 9 02:12:29 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/04/06 14:18:09 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/09 02:12:29 matt Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -19,6 +19,8 @@ MDSETTARGETS+= INSTALL_XLSATX32 ${RAMDI
MDSETTARGETS+= INSTALL_XLSATX64 ${RAMDISK} -
.if ${MACHINE_ARCH} == "mips64el"
MDSETTARGETS+= INSTALL_LOONGSON ${RAMDISK} -
+.else
+MDSETTARGETS+= INSTALL_ERLITE ${RAMDISK} -
.endif
.else