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