1 Star 0 Fork 262

POMIN-163/OneOS

forked from OneOS/OneOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouping1 提交于 2022-04-21 11:39 . update OneOS-V2.2.0
# for module compiling
import os
Import('OS_ROOT')
Import('build_vdir')
objs = []
folders = ["arch", "kernel", "drivers", "components", "libc", "common", "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')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/pomin-163/OneOS.git
git@gitee.com:pomin-163/OneOS.git
pomin-163
OneOS
OneOS
master

搜索帮助