aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ep
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-05-26 00:53:10 +0000
committerWarner Losh <imp@FreeBSD.org>2004-05-26 00:53:10 +0000
commitdba6dd177bdee890cf445fbe21a5dccefd5de18e (patch)
tree444189f309f3c6e333c2287c6803e04f50f21d0a /sys/modules/ep
parent79af3d91dff64838545417ebd47cc269f2ff2111 (diff)
Notes
Diffstat (limited to 'sys/modules/ep')
-rw-r--r--sys/modules/ep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile
index 71fdcc226936..9d3293214a81 100644
--- a/sys/modules/ep/Makefile
+++ b/sys/modules/ep/Makefile
@@ -7,6 +7,6 @@ SRCS= if_ep.c if_ep_pccard.c
SRCS+= if_ep_isa.c
#SRCS+= if_ep_eisa.c
#SRCS+= if_ep_mca.c
-SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
+SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h pccarddevs.h
.include <bsd.kmod.mk>