4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:03:30 +08:00

[BSP]更新NUVOTON M487 Sconscript

This commit is contained in:
Bluebear233 2018-11-19 10:47:35 +08:00
parent db2f06df5b
commit d67c9fabfe

View File

@ -1,9 +1,9 @@
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)