1 Star 0 Fork 286

briq_official/OneOS

forked from OneOS/OneOS 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
# for module compiling
import os
Import('OS_ROOT')
Import('build_vdir')
objs = []
folders = ["arch", "kernel", "drivers", "components", "libc", "common", "osal", "demos"]
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/briq_v5/OneOS.git
git@gitee.com:briq_v5/OneOS.git
briq_v5
OneOS
OneOS
master

搜索帮助