freebsd-dev/sys/modules/dtb/imx6/Makefile
Ian Lepore 3e7d35e5b1 Remove imx6s-wandboard.dts, there is no such file. Also imx6q-wandboard
to follow imx6dl-wandboard (so that the entries are sorted by board name
first, then by soc type).
2015-03-04 16:19:34 +00:00

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>