xref: /freebsd-12.1/sys/modules/exca/Makefile (revision 193d9e76)
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
8.include <bsd.kmod.mk>
9