mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
12 lines
181 B
Makefile
12 lines
181 B
Makefile
# $FreeBSD$
|
|
# 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>
|