Add a "module" to build the dtb files for all supported imx6 systems.

This commit is contained in:
Ian Lepore 2015-03-02 22:12:56 +00:00
parent 8e3b1ab2b5
commit 2dec0ccd42
2 changed files with 13 additions and 0 deletions

View File

@ -153,6 +153,7 @@ device u3g # USB modems
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
makeoptions MODULES_EXTRA=dtb/imx6
# SoC-specific devices
device ffec # Freescale Fast Ethernet Controller

View File

@ -0,0 +1,12 @@
# $FreeBSD$
# All the dts files for imx6 systems we support.
DTS= \
imx6dl-cubox-i.dts \
imx6q-cubox-i.dts \
imx6dl-hummingboard.dts \
imx6q-hummingboard.dts \
imx6q-wandboard.dts \
imx6dl-wandboard.dts \
imx6s-wandboard.dts
.include <bsd.dtb.mk>