Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/drmkms_pci move agpsupport to drmkms to avoid ci...



details:   https://anonhg.NetBSD.org/src/rev/cdfef06a9dfd
branches:  trunk
changeset: 333634:cdfef06a9dfd
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 12 02:14:17 2014 +0000

description:
move agpsupport to drmkms to avoid circular dependencies.

diffstat:

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

diffs (18 lines):

diff -r 6afc29617226 -r cdfef06a9dfd sys/modules/drmkms_pci/Makefile
--- a/sys/modules/drmkms_pci/Makefile   Wed Nov 12 02:13:30 2014 +0000
+++ b/sys/modules/drmkms_pci/Makefile   Wed Nov 12 02:14:17 2014 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index