提交 f3c4c419 编写于 作者: B bernard.xiong@gmail.com

update ftk building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1077 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 71f34905
# for module compiling
import os
from building import *
Import('RTT_ROOT')
objs = SConscript('ftk/src/os/rt-thread/SConscript')
if os.path.isfile(os.path.join(RTT_ROOT, 'components', 'external', 'ftk',
'ftk/src/os/rt-thread/SConscript')):
objs = SConscript('ftk/src/os/rt-thread/SConscript')
else:
if GetDepend('RT_USING_FTK'):
print '================ERROR============================'
print 'Please get ftk file and put them under ftk folder'
print '================================================='
exit(0)
objs = []
Return('objs')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册