The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=65a226b41d8ff12c6b9d0b0133a099253767d7c1
commit 65a226b41d8ff12c6b9d0b0133a099253767d7c1 Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2021-06-05 15:19:26 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2021-06-05 15:19:26 +0000 dtb: rockchip: Add NanoPC-T4 to the build. --- sys/modules/dtb/rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/dtb/rockchip/Makefile b/sys/modules/dtb/rockchip/Makefile index 2bd86ec3cc7d..4d665f503526 100644 --- a/sys/modules/dtb/rockchip/Makefile +++ b/sys/modules/dtb/rockchip/Makefile @@ -10,6 +10,7 @@ DTS= \ rockchip/rk3399-khadas-edge-captain.dts \ rockchip/rk3399-khadas-edge.dts \ rockchip/rk3399-khadas-edge-v.dts \ + rockchip/rk3399-nanopc-t4.dts \ rockchip/rk3328-nanopi-r2s.dts \ rockchip/rk3399-rock-pi-4.dts \ rockchip/rk3328-rock64.dts \ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
