Browse Source

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@988 bbd45198-f89e-11dd-88c7-29a3b14d5316

jiaojinxing1987@gmail.com 14 years ago
parent
commit
36154f46b6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/SConscript

+ 3 - 0
components/SConscript

@@ -27,4 +27,7 @@ if 'RT_USING_MODBUS' in dir(rtconfig) and rtconfig.RT_USING_MODBUS:
 if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI:
 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:
+	objs = objs + SConscript('external/ftk/src/os/rt-thread/SConscript')
+
 Return('objs')
 Return('objs')