1 Star 0 Fork 10

房东的猫/ZeusOS

forked from 骑士科技/ZeusOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SConscript 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
骑士科技 提交于 2022-04-11 19:44 . 0.0.1
# for module compiling
import os
Import('OS_ROOT')
Import('build_vdir')
objs = []
folders = ["applications","base", "domains", "drivers","kernel", "third_party","test","utils"]
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/lmx13462997533/zeus-os.git
[email protected]:lmx13462997533/zeus-os.git
lmx13462997533
zeus-os
ZeusOS
master

搜索帮助