Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Enable build of viadrmums module, i386-only.



details:   https://anonhg.NetBSD.org/src/rev/120d522dd8a8
branches:  trunk
changeset: 337832:120d522dd8a8
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 29 17:38:50 2015 +0000

description:
Enable build of viadrmums module, i386-only.

diffstat:

 sys/modules/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e09f27e9f3ed -r 120d522dd8a8 sys/modules/Makefile
--- a/sys/modules/Makefile      Wed Apr 29 17:36:32 2015 +0000
+++ b/sys/modules/Makefile      Wed Apr 29 17:38:50 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.148 2015/04/29 12:53:08 riastradh Exp $
+#      $NetBSD: Makefile,v 1.149 2015/04/29 17:38:50 riastradh Exp $
 
 .include <bsd.own.mk>
 
@@ -224,6 +224,7 @@
 SUBDIR+=       tdfxdrm
 SUBDIR+=       viac7temp
 SUBDIR+=       viadrm
+SUBDIR+=       viadrmums
 .endif
 
 .if ${MACHINE_ARCH} == "i386" || \
@@ -237,7 +238,6 @@
 SUBDIR+=       i915drm
 SUBDIR+=       i915drmkms
 SUBDIR+=       pad
-#SUBDIR+=      viadrmums       # XXX not yet
 #
 # ISA modules
 #



Home | Main Index | Thread Index | Old Index