Module Name:    src
Committed By:   skrll
Date:           Wed Nov  3 08:05:39 UTC 2021

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

Log Message:
Add MIPSSIM{,64} as appropriate


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/etc/etc.evbmips/Makefile.inc:1.27
--- src/etc/etc.evbmips/Makefile.inc:1.26	Sun Apr 25 23:40:52 2021
+++ src/etc/etc.evbmips/Makefile.inc	Wed Nov  3 08:05:39 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.26 2021/04/25 23:40:52 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.27 2021/11/03 08:05:39 skrll Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -14,11 +14,13 @@ KERNEL_SETS+=		MALTA MTX-1 OMSAL400
 BUILD_KERNELS=		INSTALL_CI20 INSTALL_OMSAL400 INSTALL_MALTA
 
 KERNEL_SETS+=		P4032 P5064 P6032
+KERNEL_SETS+=		MIPSSIM
 
 .elif ${MACHINE_MIPS64}
 KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64
 BUILD_KERNELS=		INSTALL_MALTA32 INSTALL_MALTA64
 BUILD_KERNELS+=		INSTALL_XLSATX32 INSTALL_XLSATX64
+KERNEL_SETS+=		MIPSSIM64
 
 . if !empty(MACHINE_ARCH:Mmips*64el)
 KERNEL_SETS+=		P5064-64

Reply via email to