Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk turn off kernel modules on mips since they don't wo...



details:   https://anonhg.NetBSD.org/src/rev/8d21d29c1618
branches:  trunk
changeset: 944932:8d21d29c1618
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 17 07:40:21 2020 +0000

description:
turn off kernel modules on mips since they don't work yet, and
we build 2 or 3 versions of them.

diffstat:

 share/mk/bsd.own.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 2bba7d42de61 -r 8d21d29c1618 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Oct 16 22:39:21 2020 +0000
+++ b/share/mk/bsd.own.mk       Sat Oct 17 07:40:21 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1226 2020/10/16 06:55:36 nia Exp $
+#      $NetBSD: bsd.own.mk,v 1.1227 2020/10/17 07:40:21 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -833,10 +833,14 @@
 MKGDB.riscv32= no
 MKGDB.riscv64= no
 
-# No kernel modules for or1k (yet)
+# No kernel modules for or1k, riscv or mips (yet)
 MKKMOD.or1k=   no
 MKKMOD.riscv32=        no
 MKKMOD.riscv64=        no
+MKKMOD.mipsel= no
+MKKMOD.mipseb= no
+MKKMOD.mips64el=no
+MKKMOD.mips64eb=no
 
 # No profiling for or1k (yet)
 MKPROFILE.or1k=        no



Home | Main Index | Thread Index | Old Index