Module Name:    src
Committed By:   riastradh
Date:           Tue Jan 31 13:09:54 UTC 2023

Modified Files:
        src/sys/modules/drmkms_pci: Makefile

Log Message:
sys/modules/drmkms_pci: Remove drm_agpsupport.c.

This was moved to a separate drmkms_agp module.

XXX pullup-10
XXX pullup-9, maybe (not sure any of modularized drmkms works in 9, though)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/modules/drmkms_pci/Makefile:1.11
--- src/sys/modules/drmkms_pci/Makefile:1.10	Sun Dec 19 11:54:25 2021
+++ src/sys/modules/drmkms_pci/Makefile	Tue Jan 31 13:09:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/12/19 11:54:25 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/31 13:09:54 riastradh Exp $
 
 .include "../Makefile.inc"
 .include "../drmkms/Makefile.inc"
@@ -13,7 +13,6 @@ KMOD=	drmkms_pci
 SRCS+=	drmfb_pci.c
 SRCS+=	linux_pci.c
 
-SRCS+=	drm_agpsupport.c
 SRCS+=	drm_pci.c
 SRCS+=	drm_pci_module.c
 

Reply via email to