freebsd-skq/sys/modules/imx/Makefile
ian cf7b8c683d Add a SPI driver for imx5 and imx6.
It can be compiled into the kernel with "device imx_spi" or loaded as a
module, which is also named "imx_spi".
2018-02-26 02:28:32 +00:00

10 lines
143 B
Makefile

# $FreeBSD$
# Build modules specific to freescale/nxp imx-family SoCs.
SUBDIR = \
../ffec \
imx_i2c \
imx_spi \
.include <bsd.subdir.mk>