mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 15:15:29 +00:00
[BSP] use DoBuilding to replace env.Program/EndBuilding
This commit is contained in:
@@ -30,8 +30,5 @@ Export('rtconfig')
|
|||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# do building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user