Browse Source

clean up code: remove the old file.

aozima 12 years ago
parent
commit
4807145a71
1 changed files with 0 additions and 3 deletions
  1. 0 3
      bsp/stm32f10x/SConstruct

+ 0 - 3
bsp/stm32f10x/SConstruct

@@ -33,9 +33,6 @@ objs = PrepareBuilding(env, RTT_ROOT)
 # STM32 firemare library building script
 objs = objs + SConscript( GetCurrentDir() + '/Libraries/SConscript', variant_dir='build/bsp/Libraries', duplicate=0)
 
-if GetDepend('RT_USING_RTGUI'):
-    objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
-
 # build program 
 env.Program(TARGET, objs)