mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
# All the dts files for imx5 systems we support.
|
||
|
|
DTS= \
|
||
|
|
imx53-qsb.dts
|
||
|
|
|
||
|
|
.include <bsd.dtb.mk>
|