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