Also build DTB files for Asus Tinker board (RK3288 based).

This commit is contained in:
Michal Meloun 2020-12-05 10:00:39 +00:00
parent 0c23d26230
commit 54e82e612f

View File

@ -1,5 +1,11 @@
# $FreeBSD$
# All the dts files for rockchip systems we support.
.if ${MACHINE_ARCH} == "armv7"
DTS= \
rk3288-tinker.dts \
rk3288-tinker-s.dts
.elif ${MACHINE_ARCH} == "aarch64"
DTS= \
rockchip/rk3399-khadas-edge-captain.dts \
rockchip/rk3399-khadas-edge.dts \
@ -10,5 +16,6 @@ DTS= \
rockchip/rk3399-rockpro64.dts
DTSO= rk3328-dwc3.dtso
.endif
.include <bsd.dtb.mk>