Browse Source

Update SConscript

Bernard Xiong 5 years ago
parent
commit
26988a3d4c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      bsp/essemi/es8p508x/SConscript

+ 2 - 3
bsp/essemi/es8p508x/SConscript

@@ -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: