rt-thread-official/bsp/smartfusion2/board/SConscript

11 lines
193 B
Python
Raw Normal View History

from building import *
import rtconfig
cwd = GetCurrentDir()
CPPPATH = [cwd]
2023-01-09 10:14:23 +08:00
src = Glob('*.c')
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')