Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:17:29 UTC 2013
Modified Files:
src/sys/modules/drm2 [riastradh-drm2]: Makefile
Log Message:
Unhook drm_dp_helper.c from the build for now.
Needs to be rewritten with NetBSD's i2c KPI.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/sys/modules/drm2/Makefile:1.1.2.7
--- src/sys/modules/drm2/Makefile:1.1.2.6 Wed Jul 24 02:09:28 2013
+++ src/sys/modules/drm2/Makefile Wed Jul 24 02:17:29 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.6 2013/07/24 02:09:28 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.7 2013/07/24 02:17:29 riastradh Exp $
.include "../Makefile.inc"
@@ -17,7 +17,7 @@ SRCS+= drm_context.c
SRCS+= drm_crtc.c
SRCS+= drm_crtc_helper.c
SRCS+= drm_dma.c
-SRCS+= drm_dp_helper.c
+#SRCS+= drm_dp_helper.c # XXX Rewrite for i2c.
SRCS+= drm_drv.c
SRCS+= drm_edid.c
SRCS+= drm_encoder_slave.c