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