xref: /freebsd/sys/modules/i2c/rv3032/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*1d6a6a52SEmmanuel Vadot.PATH:	${SRCTOP}/sys/dev/iicbus/rtc
2*1d6a6a52SEmmanuel VadotKMOD=	rv3032
3*1d6a6a52SEmmanuel VadotSRCS=	rv3032.c
4*1d6a6a52SEmmanuel Vadot
5*1d6a6a52SEmmanuel VadotSRCS+=	bus_if.h \
6*1d6a6a52SEmmanuel Vadot	clock_if.h \
7*1d6a6a52SEmmanuel Vadot	device_if.h \
8*1d6a6a52SEmmanuel Vadot	iicbus_if.h \
9*1d6a6a52SEmmanuel Vadot	opt_platform.h \
10*1d6a6a52SEmmanuel Vadot	ofw_bus_if.h
11*1d6a6a52SEmmanuel Vadot
12*1d6a6a52SEmmanuel Vadot.include <bsd.kmod.mk>
13