mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
With the recent inclusion of ENETC networking driver we now support this board. Obtained from: Semihalf Sponsored by: Alstom Group
9 lines
280 B
Makefile
9 lines
280 B
Makefile
# $FreeBSD$
|
|
# All the dts files for Freescale (now NXP) systems we support.
|
|
DTS= freescale/fsl-ls1028a-rdb.dts \
|
|
freescale/fsl-lx2160a-clearfog-cx.dts \
|
|
freescale/fsl-lx2160a-honeycomb.dts \
|
|
freescale/fsl-lx2160a-qds.dts \
|
|
freescale/fsl-lx2160a-rdb.dts
|
|
|
|
.include <bsd.dtb.mk>
|