Module for exca. Eventually, this will be shared between pcic and pccbb.

This commit is contained in:
imp 2002-01-29 06:53:32 +00:00
parent 5b52e9b1b7
commit f57bf33ba0

View File

@ -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>