xref: /freebsd/sys/modules/arm_ti/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1*b9f654b1SIan Lepore# Build modules specific to Texas Instruments ARM SoCs.
2*b9f654b1SIan Lepore
3*b9f654b1SIan LeporeSUBDIR = \
4*b9f654b1SIan Lepore	../am335x_dmtpps \
5*b9f654b1SIan Lepore	am335x_ehrpwm \
6*b9f654b1SIan Lepore	ti_i2c \
7*b9f654b1SIan Lepore
8*b9f654b1SIan Lepore.include <bsd.subdir.mk>
9