[bsp][applications][sconscript] 整理统一sconscript格式 (#6481)

* [bsp][sconscript] 整理统一sconscript格式

* update

* update
This commit is contained in:
Man, Jianting (Meco)
2022-10-03 10:43:08 -04:00
committed by GitHub
parent f741ccb400
commit f7be5fc84b
188 changed files with 1596 additions and 1000 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
# for module compiling
from building import *
import os
Import('RTT_ROOT')
cwd = str(Dir('#'))
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)
list = os.listdir(cwd)
for d in list:
path = os.path.join(cwd, d)
if os.path.isfile(os.path.join(path, 'SConscript')):