aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/exca/Makefile
blob: 210a6eed54541457ea9aa4d05a6fb7b05b08ec8b (plain) (blame)
1
2
3
4
5
6
7
8
9

.PATH: ${SRCTOP}/sys/dev/exca

KMOD=	exca
SRCS=	exca.c device_if.h bus_if.h power_if.h card_if.h

EXPORT_SYMS=	YES

.include <bsd.kmod.mk>