Module Name: src
Committed By: christos
Date: Wed Nov 12 02:14:17 UTC 2014
Modified Files:
src/sys/modules/drmkms_pci: Makefile
Log Message:
move agpsupport to drmkms to avoid circular dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/drmkms_pci/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/drmkms_pci/Makefile
diff -u src/sys/modules/drmkms_pci/Makefile:1.2 src/sys/modules/drmkms_pci/Makefile:1.3
--- src/sys/modules/drmkms_pci/Makefile:1.2 Tue Mar 18 14:20:43 2014
+++ src/sys/modules/drmkms_pci/Makefile Tue Nov 11 21:14:17 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/03/18 18:20:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2014/11/12 02:14:17 christos Exp $
.include "../Makefile.inc"
.include "../drmkms/Makefile.inc"
@@ -9,7 +9,7 @@
KMOD= drmkms_pci
#SRCS+= ati_pcigart.c # XXX Restore for ATI support.
-SRCS+= drm_agpsupport.c
+#SRCS+= drm_agpsupport.c
SRCS+= drm_pci.c
SRCS+= drm_pci_module.c