summaryrefslogtreecommitdiffstats
path: root/sys/modules/cbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-08-16 15:23:10 +0000
committerimp <imp@FreeBSD.org>2004-08-16 15:23:10 +0000
commit652d8e54a810c2f800afd44195ce3c6aa994dbbb (patch)
tree6e3d33e2d3bb7bcb776b026082f946f484e3b1ed /sys/modules/cbb
parent2c6402abdd646a517d0a0e476a432ee35fd8770f (diff)
downloadFreeBSD-src-652d8e54a810c2f800afd44195ce3c6aa994dbbb.zip
FreeBSD-src-652d8e54a810c2f800afd44195ce3c6aa994dbbb.tar.gz
Add pccbb_isa.c and pccbb_pci.c
Diffstat (limited to 'sys/modules/cbb')
-rw-r--r--sys/modules/cbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cbb/Makefile b/sys/modules/cbb/Makefile
index 6451a71..95dae51 100644
--- a/sys/modules/cbb/Makefile
+++ b/sys/modules/cbb/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= cbb
-SRCS= pccbb.c \
+SRCS= pccbb.c pccbb_isa.c pccbb_pci.c \
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