summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-08-22 15:14:44 +0000
committernyan <nyan@FreeBSD.org>2004-08-22 15:14:44 +0000
commit787cb6e990449f41af85c015af3a0f9455d80701 (patch)
treed99f13a164a79598d36ebdbdb6f435944dda1f7a /sys/modules/agp
parentd028c4440e3b55eae4c91d4ec7b05cc737dd4e30 (diff)
downloadFreeBSD-src-787cb6e990449f41af85c015af3a0f9455d80701.zip
FreeBSD-src-787cb6e990449f41af85c015af3a0f9455d80701.tar.gz
opt_agp.h is not required anymore.
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 e8a69fb..6bdf2fd 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -6,7 +6,7 @@ KMOD= agp
SRCS= agp.c agp_if.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
- agp_nvidia.c opt_agp.h
+ agp_nvidia.c
.endif
.if ${MACHINE} == "i386"
SRCS+= agp_amd64.c
OpenPOWER on IntegriCloud