Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 02:17:56 UTC 2013

Modified Files:
        src/sys/modules/drm2 [riastradh-drm2]: Makefile

Log Message:
Unhook drm_fb_helper.c from the build for now.

Needs to be rewritten as a wsdisplay attachment or something.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/modules/drm2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/drm2/Makefile
diff -u src/sys/modules/drm2/Makefile:1.1.2.8 src/sys/modules/drm2/Makefile:1.1.2.9
--- src/sys/modules/drm2/Makefile:1.1.2.8	Wed Jul 24 02:17:43 2013
+++ src/sys/modules/drm2/Makefile	Wed Jul 24 02:17:56 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.8 2013/07/24 02:17:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.9 2013/07/24 02:17:56 riastradh Exp $
 
 .include "../Makefile.inc"
 
@@ -21,7 +21,7 @@ SRCS+=	drm_dma.c
 SRCS+=	drm_drv.c
 #SRCS+=	drm_edid.c		# XXX Rewrite for NetBSD edid.
 SRCS+=	drm_encoder_slave.c
-SRCS+=	drm_fb_helper.c
+#SRCS+=	drm_fb_helper.c		# XXX Rewrite for wsconsole.
 SRCS+=	drm_fops.c
 SRCS+=	drm_gem.c
 SRCS+=	drm_global.c

Reply via email to