xref: /src/sys/modules/allwinner/aw_thermal/Makefile (revision fe7954d723f85abd6eaf035db92a3a60a7803eb4)
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	nvmem_if.h \
11	ofw_bus_if.h
12
13.include <bsd.kmod.mk>
14