提交 d67c9fab 编写于 作者: B Bluebear233

[BSP]更新NUVOTON M487 Sconscript

上级 db2f06df
Import('RTT_ROOT')
Import('rtconfig')
# RT-Thread building script for component
from building import *
cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册