|
@@ -28,6 +28,6 @@ if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI:
|
|
objs = objs + SConscript('rtgui/SConscript')
|
|
objs = objs + SConscript('rtgui/SConscript')
|
|
|
|
|
|
if 'RT_USING_FTK' in dir(rtconfig) and rtconfig.RT_USING_FTK:
|
|
if 'RT_USING_FTK' in dir(rtconfig) and rtconfig.RT_USING_FTK:
|
|
- objs = objs + SConscript('external/ftk/src/os/rt-thread/SConscript')
|
|
|
|
|
|
+ objs = objs + SConscript('external/ftk/ftk/src/os/rt-thread/SConscript')
|
|
|
|
|
|
Return('objs')
|
|
Return('objs')
|