aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtb
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2020-06-19 14:28:56 +0000
committerMichal Meloun <mmel@FreeBSD.org>2020-06-19 14:28:56 +0000
commitdaa58c3472f1e704d29ec9371a00a525182b0158 (patch)
treebeb9745ec74d662c6627b2554c8a0408c0977a5a /sys/modules/dtb
parent135a55149a5fc9d42554f19f4736f0567eca431d (diff)
Notes
Diffstat (limited to 'sys/modules/dtb')
-rw-r--r--sys/modules/dtb/mv/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/dtb/mv/Makefile b/sys/modules/dtb/mv/Makefile
index ece70675f829..6866fba671e8 100644
--- a/sys/modules/dtb/mv/Makefile
+++ b/sys/modules/dtb/mv/Makefile
@@ -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>