Skip to content

Commit e460034

Browse files
committed
[BSP] use DoBuilding to replace env.Program/EndBuilding
1 parent e5edc5b commit e460034

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bsp/frdm-k64f/SConstruct

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ Export('rtconfig')
3030
# prepare building environment
3131
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
3232

33-
# build program
34-
env.Program(TARGET, objs)
35-
36-
# end building
37-
EndBuilding(TARGET)
33+
# do building
34+
DoBuilding(TARGET, objs)

0 commit comments

Comments
 (0)