1 Star 0 Fork 253

Anny/OneOS

forked from 程少/OneOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
CMCC-OneOS 提交于 2020-09-11 11:22 . feat:first add code in gitee
# for module compiling
import os
Import('OS_ROOT')
Import('build_vdir')
objs = []
libs = ["kernel", "arch", "common", "components", "drivers", "thirdparty", "libc", "osal"]
for com in libs:
SConscript_file = os.path.join(OS_ROOT, f'{com}/SConscript')
objs.extend(SConscript(SConscript_file, variant_dir=f'{com}', duplicate=0))
Return('objs')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/RenBo_MrWei/OneOS.git
git@gitee.com:RenBo_MrWei/OneOS.git
RenBo_MrWei
OneOS
OneOS
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385