diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-08-19 19:25:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-08-19 19:25:23 +0000 |
| commit | 9489712614eb459166439586cf1a2f1c5db75ef4 (patch) | |
| tree | 471d69cb0187b9986dd1a4a456b5d2ccb5c523ab /sys/modules/pcic | |
| parent | c8ce264e17c7aeac1ed31c2acd067f69121ec63c (diff) | |
Notes
Diffstat (limited to 'sys/modules/pcic')
| -rw-r--r-- | sys/modules/pcic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 4202d044fcc6..262e0eab8203 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -3,6 +3,7 @@ .PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard KMOD= pcic SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \ + pccard.c pccard_cis.c pccard_cis_quirks.c \ power_if.h card_if.h power_if.c card_if.c NOMAN= |
