From 8038fbc6ed1ce3048215a32b41d4ae5e8886e7c2 Mon Sep 17 00:00:00 2001 From: Lu Hui Date: Mon, 26 Feb 2024 12:45:04 +0800 Subject: [PATCH] .gitmodules: add missing host-tools --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 4e81de37a5..05a7a68a25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,7 @@ [submodule "oss"] path = oss url = https://github.com/sophgo/oss +[submodule "host-tools"] + path = host-tools + url = https://github.com/sipeed/LicheeRv-Nano-Build + branch = host-tools