mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
# Build modules specific to freescale/nxp imx-family SoCs.
|
|
|
|
SUBDIR = \
|
|
../ffec \
|
|
imx6_ahci \
|
|
imx6_snvs \
|
|
imx_i2c \
|
|
imx_spi \
|
|
imx_wdog \
|
|
|
|
.include <bsd.subdir.mk>
|