Module Name: src
Committed By: mrg
Date: Wed May 6 01:34:08 UTC 2009
Modified Files:
src/sys/dev/pci/drm: files.pcidrm
Log Message:
you can now easily select trying external drm with "options DRM_EXTERNAL".
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/drm/files.pcidrm
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/drm/files.pcidrm
diff -u src/sys/dev/pci/drm/files.pcidrm:1.3 src/sys/dev/pci/drm/files.pcidrm:1.4
--- src/sys/dev/pci/drm/files.pcidrm:1.3 Sat Jul 19 07:26:54 2008
+++ src/sys/dev/pci/drm/files.pcidrm Wed May 6 01:34:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: files.pcidrm,v 1.3 2008/07/19 07:26:54 mrg Exp $
+# $NetBSD: files.pcidrm,v 1.4 2009/05/06 01:34:08 mrg Exp $
define drmpci
@@ -119,9 +119,5 @@
file external/bsd/drm/dist/shared-core/via_verifier.c viadrm & drm_external
file external/bsd/drm/dist/shared-core/via_video.c viadrm & drm_external
-makeoptions drmpci CPPFLAGS+="-I$S/dev/pci/drm"
-
-# XXXMRG want to use the first one, but the second works.
-# XXXMRG remove the above when switching to this.
-#makeoptions (drmpci & !drm_external) CPPFLAGS+="-I$S/dev/pci/drm"
-#makeoptions drm_noexternal CPPFLAGS+="-I$S/dev/pci/drm"
+makeoptions (drmpci & !drm_external) CPPFLAGS+="-I$S/dev/pci/drm"
+makeoptions (drmpci & drm_external) CPPFLAGS+="-I$S/dev/pci/drm"