未验证 提交 554c7b36 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #5200 from mysterywolf/posixfolder

[libc][posix] create 'posix' folder and move related files into it
# 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.
先完成此消息的编辑!
想要评论请 注册