freebsd-dev/sys/modules/allwinner/aw_thermal/Makefile
2019-04-25 18:39:41 +00:00

15 lines
178 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/arm/allwinner
KMOD= aw_thermal
SRCS= aw_thermal.c
SRCS+= \
bus_if.h \
clknode_if.h \
device_if.h \
ofw_bus_if.h \
.include <bsd.kmod.mk>