cf7b8c683d
It can be compiled into the kernel with "device imx_spi" or loaded as a module, which is also named "imx_spi".
10 lines
143 B
Makefile
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>
|