|
@@ -8,9 +8,9 @@ if os.path.isfile(os.path.join(RTT_ROOT, 'components', 'external', 'ftk',
|
|
|
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 '================================================='
|
|
|
+ print('================ERROR============================')
|
|
|
+ print('Please get ftk file and put them under ftk folder')
|
|
|
+ print('=================================================')
|
|
|
exit(0)
|
|
|
|
|
|
objs = []
|