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