mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
It can be compiled into the kernel with "device imx_spi" or loaded as a module, which is also named "imx_spi".
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to freescale/nxp imx-family SoCs.
|
|
|
|
SUBDIR = \
|
|
../ffec \
|
|
imx_i2c \
|
|
imx_spi \
|
|
|
|
.include <bsd.subdir.mk>
|