xref: /freebsd/sys/modules/arm_ti/am335x_ehrpwm/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*b9f654b1SIan Lepore.PATH: ${SRCTOP}/sys/arm/ti/am335x
2*b9f654b1SIan Lepore
3*b9f654b1SIan LeporeKMOD=	am335x_ehrpwm
4*b9f654b1SIan LeporeSRCS=	am335x_ehrpwm.c
5*b9f654b1SIan Lepore
6*b9f654b1SIan Lepore# Generated files...
7*b9f654b1SIan LeporeSRCS+=	\
8*b9f654b1SIan Lepore	bus_if.h \
9*b9f654b1SIan Lepore	device_if.h \
10*b9f654b1SIan Lepore	ofw_bus_if.h \
11*b9f654b1SIan Lepore	pwmbus_if.h \
12*b9f654b1SIan Lepore
13*b9f654b1SIan Lepore.include <bsd.kmod.mk>
14*b9f654b1SIan Lepore
15