mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
reconstruct module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@809 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -27,11 +27,8 @@ if 'RT_USING_MODBUS' in dir(rtconfig) and rtconfig.RT_USING_MODBUS:
|
||||
if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI:
|
||||
objs = objs + SConscript('rtgui/SConscript')
|
||||
|
||||
if 'RT_USING_MODULE' in dir(rtconfig) and rtconfig.RT_USING_MODULE:
|
||||
objs = objs + SConscript('module/interface/SConscript')
|
||||
|
||||
# build each modules
|
||||
if rtconfig.CROSS_TOOL == 'gcc':
|
||||
SConscript('module/examples/application/basicapp/SConscript')
|
||||
SConscript('module/basicapp/SConscript')
|
||||
|
||||
Return('objs')
|
||||
|
||||
Reference in New Issue
Block a user