aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pcic
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/pcic
parent79af3d91dff64838545417ebd47cc269f2ff2111 (diff)
Notes
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index d0ab81776fbf..00b0643decbe 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -4,6 +4,6 @@
KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
- power_if.h card_if.h power_if.c card_if.c
+ power_if.h card_if.h power_if.c card_if.c pccarddevs.h
.include <bsd.kmod.mk>