Update SConscript

This commit is contained in:
Bernard Xiong 2019-11-21 06:57:41 +08:00 committed by GitHub
parent 4064a4c7bf
commit 26988a3d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# for module compiling
# RT-Thread SConscript bridge
import os
Import('RTT_ROOT')
objs = []
cwd = str(Dir('#'))
cwd = GetCurrentDir()
list = os.listdir(cwd)
for d in list: