[bsp][gd32e230k-start] Update SConscript

This commit is contained in:
xuzhuoyi 2019-04-07 00:53:39 +08:00
parent 938d9fa3d9
commit a0ae9d24d5
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,8 +1,6 @@
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'drivers')
cwd = GetCurrentDir()
# add the general drivers.
src = Split("""