|
@@ -28,7 +28,7 @@ if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI:
|
|
objs = objs + SConscript('rtgui/SConscript')
|
|
objs = objs + SConscript('rtgui/SConscript')
|
|
|
|
|
|
# build each modules
|
|
# build each modules
|
|
-if rtconfig.CROSS_TOOL == 'gcc':
|
|
|
|
|
|
+if rtconfig.CROSS_TOOL == 'gcc' and rtconfig.RT_USING_MODULE:
|
|
SConscript('module/basicapp/SConscript')
|
|
SConscript('module/basicapp/SConscript')
|
|
|
|
|
|
Return('objs')
|
|
Return('objs')
|