Module Name: src Committed By: simonb Date: Wed Mar 31 06:35:35 UTC 2021
Modified Files: src/share/mk: bsd.own.mk Log Message: Reenable kernel modules for MIPS now that they work. To generate a diff of this commit: cvs rdiff -u -r1.1236 -r1.1237 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1236 src/share/mk/bsd.own.mk:1.1237 --- src/share/mk/bsd.own.mk:1.1236 Sun Mar 7 10:42:26 2021 +++ src/share/mk/bsd.own.mk Wed Mar 31 06:35:35 2021 @@ -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 @@ MKGDB.riscv64= no 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