提交 76cab376 编写于 作者: mysterywolf's avatar mysterywolf 提交者: Bernard Xiong

[libc] 调整文件结构

上级 1a46d7fe
## Attentions
This folder is "common" for toolchains, which only support ISO C, as an extension part, such as Keil-MDK and IAR.
## Attentions
This folder is "common" for toolchains excluding gcc.
\ No newline at end of file
# RT-Thread building script for bridge
import os
from building import *
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)
for d in list:
path = os.path.join(cwd, d)
if os.path.isfile(os.path.join(path, 'SConscript')):
objs = objs + SConscript(os.path.join(d, 'SConscript'))
Return('objs')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册