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