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:
parent
db2f06df5b
commit
d67c9fabfe
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user