Source-Changes-HG archive

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

[src/trunk]: src/share/mk Reenable kernel modules for MIPS now that they work.



details:   https://anonhg.NetBSD.org/src/rev/54b612e6825d
branches:  trunk
changeset: 954181:54b612e6825d
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Mar 31 06:35:35 2021 +0000

description:
Reenable kernel modules for MIPS now that they work.

diffstat:

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

diffs (20 lines):

diff -r 6671fd1d142d -r 54b612e6825d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Mar 31 06:27:58 2021 +0000
+++ b/share/mk/bsd.own.mk       Wed Mar 31 06:35:35 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1236 2021/03/07 10:42:26 rin Exp $
+#      $NetBSD: bsd.own.mk,v 1.1237 2021/03/31 06:35:35 simonb Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -833,10 +833,6 @@
 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