From dda87fa8164ca216cf24a6838377ef5724e5a7c8 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Tue, 3 Aug 2010 08:48:38 +0000 Subject: [PATCH] add Module option. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@824 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SConscript b/components/SConscript index ecdcbab55..427c0caed 100644 --- a/components/SConscript +++ b/components/SConscript @@ -28,7 +28,7 @@ if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI: objs = objs + SConscript('rtgui/SConscript') # build each modules -if rtconfig.CROSS_TOOL == 'gcc': +if rtconfig.CROSS_TOOL == 'gcc' and rtconfig.RT_USING_MODULE: SConscript('module/basicapp/SConscript') Return('objs') -- GitLab