提交 a0ae9d24 编写于 作者: xuzhuoyi96's avatar xuzhuoyi96

[bsp][gd32e230k-start] Update SConscript

上级 938d9fa3
# for module compiling # for module compiling
import os import os
Import('RTT_ROOT') Import('RTT_ROOT')
from building import *
cwd = str(Dir('#')) cwd = GetCurrentDir()
objs = [] objs = []
list = os.listdir(cwd) list = os.listdir(cwd)
......
Import('RTT_ROOT')
Import('rtconfig')
from building import * from building import *
cwd = os.path.join(str(Dir('#')), 'drivers') cwd = GetCurrentDir()
# add the general drivers. # add the general drivers.
src = Split(""" src = Split("""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册