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