aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-09-22 23:40:10 +0000
committerPaul Saab <ps@FreeBSD.org>2000-09-22 23:40:10 +0000
commit7321545f26a78f7f1bad1bfd65382e61e58ea290 (patch)
tree7db8e22c632698d3a661089e97e94ebc07fd3887 /sys/modules
parent100d2c187c813509fe3b57970cd887db7e8521f9 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 1509cc190d0b3..7eb2ed79ac491 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -5,7 +5,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 opt_smp.h
+SRCS += opt_bdg.h opt_bus.h opt_pci.h
MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
.include <bsd.kmod.mk>