Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/modules/allwinner/aw_thermal/Makefile
48262 views
.PATH: ${SRCTOP}/sys/arm/allwinner

KMOD=	aw_thermal
SRCS=	aw_thermal.c

SRCS+=	\
	bus_if.h \
	clknode_if.h \
	device_if.h \
	nvmem_if.h \
	ofw_bus_if.h

.include <bsd.kmod.mk>