使用submodule引入DragonStub (#462)

* 修正构建系统文档: 使用repo工具克隆代码

* 使用submodule管理
This commit is contained in:
LoGin
2023-12-03 17:16:03 +08:00
committed by GitHub
parent 83ed0ebc29
commit af35431005
6 changed files with 40 additions and 16 deletions

2
env.mk
View File

@ -2,7 +2,7 @@
ifeq ($(ARCH), )
# 在这里设置ARCH可选x86_64和riscv64
# !!!!!!!如果不同时调整这里以及vscode的settings.json那么自动补全和检查将会失效
export ARCH=x86_64
export ARCH?=x86_64
endif
ifeq ($(EMULATOR), )