From 4807145a7138bf7f2509b4c197f6119a81b10b69 Mon Sep 17 00:00:00 2001 From: aozima Date: Sat, 8 Jun 2013 20:50:09 +0800 Subject: [PATCH] clean up code: remove the old file. --- bsp/stm32f10x/SConstruct | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/stm32f10x/SConstruct b/bsp/stm32f10x/SConstruct index 920b24db27..37d86a7b5f 100644 --- a/bsp/stm32f10x/SConstruct +++ b/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) -- GitLab