Also build DTB files for Asus Tinker board (RK3288 based).
This commit is contained in:
parent
0c23d26230
commit
54e82e612f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user