summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-29 06:53:32 +0000
committerimp <imp@FreeBSD.org>2002-01-29 06:53:32 +0000
commitf57bf33ba0af7b10f7afa684017ff67dca2720d1 (patch)
tree6590014a7584cb2e0a30b015ee840a15897f3133 /sys/modules
parent5b52e9b1b7071dc7e73bb72f9c42becf42bdc9dd (diff)
downloadFreeBSD-src-f57bf33ba0af7b10f7afa684017ff67dca2720d1.zip
FreeBSD-src-f57bf33ba0af7b10f7afa684017ff67dca2720d1.tar.gz
Module for exca. Eventually, this will be shared between pcic and pccbb.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/exca/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/exca/Makefile b/sys/modules/exca/Makefile
new file mode 100644
index 0000000..d576611
--- /dev/null
+++ b/sys/modules/exca/Makefile
@@ -0,0 +1,8 @@
+ # $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/exca
+
+KMOD= exca
+SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud