xref: /freebsd/sys/modules/arm_ti/Makefile (revision 2d4e511ca269f1908d27f4e5779c53475527391d)
1# $FreeBSD$
2# Build modules specific to Texas Instruments ARM SoCs.
3
4SUBDIR = \
5	../am335x_dmtpps \
6	am335x_ehrpwm \
7	ti_i2c \
8
9.include <bsd.subdir.mk>
10