summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-20 06:48:55 +0000
committerimp <imp@FreeBSD.org>2005-09-20 06:48:55 +0000
commit419b2edafeada4dc7f21fb2d765c241acc3a65be (patch)
tree4c33a43eaa562f89210c54aac4e9538df4704a3d /sys/modules
parent830439834b0dbc063f26eedc577addc813da0ca7 (diff)
downloadFreeBSD-src-419b2edafeada4dc7f21fb2d765c241acc3a65be.zip
FreeBSD-src-419b2edafeada4dc7f21fb2d765c241acc3a65be.tar.gz
Add pccard_device.c
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/pccard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile
index f77bc57..95bcf3f 100644
--- a/sys/modules/pccard/Makefile
+++ b/sys/modules/pccard/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/pccard
KMOD= pccard
-SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
+SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c pccard_device.c \
device_if.h bus_if.h card_if.h power_if.h pccarddevs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud