Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/compat_netbsd32 Disable NETBSD32_DRMKMS by not u...
details: https://anonhg.NetBSD.org/src/rev/6e2c24e73209
branches: trunk
changeset: 454825:6e2c24e73209
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 28 15:15:09 2019 +0000
description:
Disable NETBSD32_DRMKMS by not using it, but keep compiling it.
diffstat:
sys/modules/compat_netbsd32/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r a8c3ee0a4eae -r 6e2c24e73209 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile Sat Sep 28 15:13:08 2019 +0000
+++ b/sys/modules/compat_netbsd32/Makefile Sat Sep 28 15:15:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/09/26 02:01:02 christos Exp $
+# $NetBSD: Makefile,v 1.29 2019/09/28 15:15:09 christos Exp $
.include "../Makefile.inc"
.include "../Makefile.assym"
@@ -6,7 +6,7 @@
KMOD= compat_netbsd32
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-#NETBSD32_DRMKMS?=yes
+NETBSD32_DRMKMS?=yes
.endif
CPPFLAGS+= -DCOMPAT_NETBSD32
@@ -16,7 +16,8 @@
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
.if ${NETBSD32_DRMKMS:Uno} == "yes"
-CPPFLAGS+= -DNETBSD32_DRMKMS
+# disable for now
+#CPPFLAGS+= -DNETBSD32_DRMKMS
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/common/include
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/drm2/include
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/drm2/dist
Home |
Main Index |
Thread Index |
Old Index