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