xref: /freebsd/sys/modules/allwinner/aw_rsb/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*3de30075SEmmanuel Vadot.PATH: ${SRCTOP}/sys/arm/allwinner
2*3de30075SEmmanuel Vadot
3*3de30075SEmmanuel VadotKMOD=	aw_rsb
4*3de30075SEmmanuel VadotSRCS=	aw_rsb.c
5*3de30075SEmmanuel Vadot
6*3de30075SEmmanuel VadotSRCS+=	\
7*3de30075SEmmanuel Vadot	bus_if.h \
8*3de30075SEmmanuel Vadot	clknode_if.h \
9*3de30075SEmmanuel Vadot	device_if.h \
10*3de30075SEmmanuel Vadot	ofw_bus_if.h \
11*3de30075SEmmanuel Vadot	iicbus_if.h
12*3de30075SEmmanuel Vadot
13*3de30075SEmmanuel Vadot.include <bsd.kmod.mk>
14