Add a "module" to build the dtb files for all supported imx6 systems.
This commit is contained in:
parent
8e3b1ab2b5
commit
2dec0ccd42
@ -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
|
||||
|
12
sys/modules/dtb/imx6/Makefile
Normal file
12
sys/modules/dtb/imx6/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user