소스 검색

Use bridge script for SConscript

Bernard Xiong 6 년 전
부모
커밋
1cb27129c6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      bsp/stm32/stm32l476-st-nucleo/SConscript

+ 3 - 3
bsp/stm32/stm32l476-st-nucleo/SConscript

@@ -1,8 +1,8 @@
-# for module compiling
+# RT-Thread scons bridge
 import os
-Import('RTT_ROOT')
+from building import *
 
-cwd = str(Dir('#'))
+cwd = GetCurrentDir()
 objs = []
 list = os.listdir(cwd)