mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add DTB files for ARMADA 8040 based boards.
MFC after: 2 weeks
This commit is contained in:
parent
135a55149a
commit
daa58c3472
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@ DTS= \
|
|||
armada-388-gp.dts
|
||||
.elif ${MACHINE_ARCH} == "aarch64"
|
||||
DTS= \
|
||||
marvell/armada-3720-espressobin.dts
|
||||
marvell/armada-3720-espressobin.dts \
|
||||
marvell/armada-8040-clearfog-gt-8k.dts \
|
||||
marvell/armada-8040-db \
|
||||
marvell/armada-8040-mcbin.dts \
|
||||
marvell/armada-8040-mcbin-singleshot.dts
|
||||
.endif
|
||||
|
||||
.include <bsd.dtb.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue