|
@@ -31,8 +31,5 @@ objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/EFM32GG_DK3750/SConscript', vari
|
|
|
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/graphics/SConscript', variant_dir='build/graphics', duplicate=0)
|
|
|
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/Libraries/SConscript', variant_dir='build/Libraries', duplicate=0)
|
|
|
|
|
|
-# build program
|
|
|
-env.Program(TARGET, objs)
|
|
|
-
|
|
|
-# end building
|
|
|
-EndBuilding(TARGET)
|
|
|
+# make a building
|
|
|
+DoBuilding(TARGET, objs)
|