rt-thread-official/bsp/bouffalo_lab/bl60x/board/SConscript

10 lines
211 B
Python
Raw Normal View History

from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp') + Glob('*.S')
CPPPATH = [cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')