summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-06-18 04:44:40 +0000
committerimp <imp@FreeBSD.org>2000-06-18 04:44:40 +0000
commit50292152fb9f2e1921b51b8c1c0c5ca9465ff700 (patch)
tree6563628fa221daf9b71aa71b85b2504f97b41f4a /sys/modules/pcic
parent8f069362f74be3181817242d8c8ae93334c341d2 (diff)
downloadFreeBSD-src-50292152fb9f2e1921b51b8c1c0c5ca9465ff700.zip
FreeBSD-src-50292152fb9f2e1921b51b8c1c0c5ca9465ff700.tar.gz
Make pcic compile again with newcard
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index cd95f26..4202d04 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \
- ${.CURDIR}/../../dev/pccard
+.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
KMOD= pcic
-SRCS= i82365.c i82365_isa.c \
- device_if.h bus_if.h isa_if.h power_if.h card_if.h
+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
NOMAN=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud