Makefile revision 331506
1# $FreeBSD: stable/11/sys/modules/imx/Makefile 331506 2018-03-24 23:23:31Z ian $
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