mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Also build DTB files for Asus Tinker board (RK3288 based).
This commit is contained in:
parent
0c23d26230
commit
54e82e612f
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue