xref: /freebsd/sys/modules/allwinner/aw_pwm/Makefile (revision 02e9120893770924227138ba49df1edb3896112a)
116de4430SEmmanuel Vadot
2*02e91208SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/pwm/controller/allwinner
316de4430SEmmanuel Vadot
416de4430SEmmanuel VadotKMOD=	aw_pwm
516de4430SEmmanuel VadotSRCS=	aw_pwm.c
616de4430SEmmanuel Vadot
716de4430SEmmanuel VadotSRCS+=	\
816de4430SEmmanuel Vadot	bus_if.h \
916de4430SEmmanuel Vadot	clknode_if.h \
1016de4430SEmmanuel Vadot	device_if.h \
1116de4430SEmmanuel Vadot	ofw_bus_if.h \
12aee0e201SIan Lepore	pwmbus_if.h
1316de4430SEmmanuel Vadot
1416de4430SEmmanuel Vadot.include <bsd.kmod.mk>
15