3e7d35e5b1
to follow imx6dl-wandboard (so that the entries are sorted by board name first, then by soc type).
12 lines
232 B
Makefile
12 lines
232 B
Makefile
# $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 \
|
|
imx6dl-wandboard.dts \
|
|
imx6q-wandboard.dts
|
|
|
|
.include <bsd.dtb.mk>
|