freebsd-dev/sys/modules/arm_ti/am335x_ehrpwm/Makefile
Ian Lepore b9f654b163 Add module makefiles for Texas Instruments ARM SoCs.
The natural place to look for them based on how other SoCs are organized
would be sys/modules/ti, but that's already taken.  Drop a clue into
modules/ti/Makefile directing people to modules/arm_ti if they're looking
for ARM modules.
2019-06-16 01:22:44 +00:00

17 lines
205 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/arm/ti/am335x
KMOD= am335x_ehrpwm
SRCS= am335x_ehrpwm.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
ofw_bus_if.h \
pwmbus_if.h \
.include <bsd.kmod.mk>