1 Star 1 Fork 265

shenmeng/OneOS

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

搜索帮助