Skip to content

Commit 26988a3

Browse files
authored
Update SConscript
1 parent 4064a4c commit 26988a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bsp/essemi/es8p508x/SConscript

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# for module compiling
1+
# RT-Thread SConscript bridge
22
import os
3-
Import('RTT_ROOT')
43

54
objs = []
6-
cwd = str(Dir('#'))
5+
cwd = GetCurrentDir()
76
list = os.listdir(cwd)
87

98
for d in list:

0 commit comments

Comments
 (0)