summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-11-13 17:43:37 +0000
committermux <mux@FreeBSD.org>2002-11-13 17:43:37 +0000
commitfe704e4fdf2debbd5bda9a100c6cc17a72d9294d (patch)
tree0421cd6c4bf13da1a78571de840db90993c51360 /sys/modules/agp
parent4068f70fba8940e028b6aee6ccac2bd530bbae01 (diff)
downloadFreeBSD-src-fe704e4fdf2debbd5bda9a100c6cc17a72d9294d.zip
FreeBSD-src-fe704e4fdf2debbd5bda9a100c6cc17a72d9294d.tar.gz
Remove opt_pci.h from SRCS.
Diffstat (limited to 'sys/modules/agp')
-rw-r--r--sys/modules/agp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 9989dfb..67c46d0 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -6,7 +6,7 @@ KMOD= agp
SRCS= agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
SRCS+= agp_i810.c agp_if.c
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
-SRCS+= opt_bdg.h opt_bus.h opt_pci.h
+SRCS+= opt_bdg.h opt_bus.h
MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
EXPORT_SYMS= agp_find_device \
OpenPOWER on IntegriCloud