summaryrefslogtreecommitdiffstats
path: root/sys/modules/cbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-08-27 15:59:19 +0000
committerimp <imp@FreeBSD.org>2002-08-27 15:59:19 +0000
commitce4901a76d980841673aefe27fbff65456c46632 (patch)
tree1dbc62988cf01d9c61f4280b84d326280e39dd30 /sys/modules/cbb
parentf9fe2bb8db8dfc1b0d2aa862bdd15ccdbe517ff6 (diff)
downloadFreeBSD-src-ce4901a76d980841673aefe27fbff65456c46632.zip
FreeBSD-src-ce4901a76d980841673aefe27fbff65456c46632.tar.gz
Fix this pending the decision of which of the redundant
sys/modules/{pc,}cbb/Makefile to remove.
Diffstat (limited to 'sys/modules/cbb')
-rw-r--r--sys/modules/cbb/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/cbb/Makefile b/sys/modules/cbb/Makefile
index d887cd2..6451a71 100644
--- a/sys/modules/cbb/Makefile
+++ b/sys/modules/cbb/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../pci
+.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= cbb
SRCS= pccbb.c \
- device_if.h bus_if.h
-
-EXPORT_SYMS= YES # XXX evaluate
+ device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud