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

KMOD=	aw_rtc
SRCS=	aw_rtc.c

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

.include <bsd.kmod.mk>