From 991f1c14929c9cdb30838f20d601192f3b1ff1f3 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Wed, 10 Oct 2012 23:36:26 +0000 Subject: [PATCH] Update building script. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2342 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lpc176x/SConstruct | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bsp/lpc176x/SConstruct b/bsp/lpc176x/SConstruct index 273bcbb8b0..c022a9da71 100644 --- a/bsp/lpc176x/SConstruct +++ b/bsp/lpc176x/SConstruct @@ -28,8 +28,5 @@ Export('rtconfig') # prepare building environment objs = PrepareBuilding(env, RTT_ROOT) -# build program -env.Program(TARGET, objs) - -# end building -EndBuilding(TARGET) +# make a building +DoBuilding(TARGET, objs) -- GitLab