xref: /freebsd/sys/modules/rockchip/rk_i2c/Makefile (revision c0fc404789367b884cc5d8d8ad95b951e30bd93a)
1*c0fc4047SEmmanuel Vadot# $FreeBSD$
2*c0fc4047SEmmanuel Vadot
3*c0fc4047SEmmanuel Vadot.PATH: ${SRCTOP}/sys/arm64/rockchip
4*c0fc4047SEmmanuel Vadot
5*c0fc4047SEmmanuel VadotKMOD=	rk_i2c
6*c0fc4047SEmmanuel VadotSRCS=	rk_i2c.c
7*c0fc4047SEmmanuel Vadot
8*c0fc4047SEmmanuel VadotSRCS+=	\
9*c0fc4047SEmmanuel Vadot	bus_if.h \
10*c0fc4047SEmmanuel Vadot	clknode_if.h \
11*c0fc4047SEmmanuel Vadot	device_if.h \
12*c0fc4047SEmmanuel Vadot	iicbus_if.h \
13*c0fc4047SEmmanuel Vadot	ofw_bus_if.h \
14*c0fc4047SEmmanuel Vadot	opt_platform.h \
15*c0fc4047SEmmanuel Vadot
16*c0fc4047SEmmanuel Vadot.include <bsd.kmod.mk>
17