xref: /freebsd/sys/modules/imx/Makefile (revision 74fe6c29fb7eef3418d7919dcd41dc1a04a982a1)
1# $FreeBSD$
2# Build modules specific to freescale/nxp imx-family SoCs.
3
4SUBDIR = \
5	../ffec \
6	imx_i2c \
7	imx_spi \
8
9.include <bsd.subdir.mk>
10