xref: /freebsd/sys/modules/arm_ti/Makefile (revision b51f459a2098622c31ed54f5c1bf0e03efce403b)
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