diff options
author | imp <imp@FreeBSD.org> | 2002-01-29 06:53:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-01-29 06:53:32 +0000 |
commit | f57bf33ba0af7b10f7afa684017ff67dca2720d1 (patch) | |
tree | 6590014a7584cb2e0a30b015ee840a15897f3133 /sys/modules/exca | |
parent | 5b52e9b1b7071dc7e73bb72f9c42becf42bdc9dd (diff) | |
download | FreeBSD-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/exca')
-rw-r--r-- | sys/modules/exca/Makefile | 8 |
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> |