xref: /freebsd-13.1/sys/modules/exca/Makefile (revision 83271c68)
1 # $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/exca
4
5KMOD=	exca
6SRCS=	exca.c device_if.h bus_if.h power_if.h card_if.h pccarddevs.h
7
8EXPORT_SYMS=	YES
9
10.include <bsd.kmod.mk>
11