summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-25 03:16:19 +0000
committerimp <imp@FreeBSD.org>2000-03-25 03:16:19 +0000
commiteaa8bd557a9ae6925842733cb2791cecd9841fad (patch)
tree8d57ca75c3755d22aa0c92a221db1718f8fc2e43 /sys/modules/pcic
parentda4e48c32482d9a4170ef41bcda977e56fcf0526 (diff)
downloadFreeBSD-src-eaa8bd557a9ae6925842733cb2791cecd9841fad.zip
FreeBSD-src-eaa8bd557a9ae6925842733cb2791cecd9841fad.tar.gz
Make pcic module compile again for NEWCARD (not for old pccard).
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 5514ef9..cd95f26 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/pcic
+.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \
+ ${.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
OpenPOWER on IntegriCloud