aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/exca
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-01-29 06:53:32 +0000
committerWarner Losh <imp@FreeBSD.org>2002-01-29 06:53:32 +0000
commit70fe064ad7cab6c0444b91622f60ec6a462f308a (patch)
tree6590014a7584cb2e0a30b015ee840a15897f3133 /sys/modules/exca
parent75e5462e30bd5a94c723481c658333ccd22cc9e6 (diff)
downloadsrc-70fe064ad7cab6c0444b91622f60ec6a462f308a.tar.gz
src-70fe064ad7cab6c0444b91622f60ec6a462f308a.zip
Module for exca. Eventually, this will be shared between pcic and pccbb.
Notes
Notes: svn path=/head/; revision=89951
Diffstat (limited to 'sys/modules/exca')
-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 000000000000..d5766117c2eb
--- /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>