rt-thread/bsp/Vango/v85xx/applications/SConscript

12 lines
211 B
Python
Raw Normal View History

2021-09-07 20:08:26 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')