rt-thread/bsp/amebaz/applications/SConscript

11 lines
212 B
Python
Raw Normal View History

2018-06-14 10:34:31 +08:00
import rtconfig
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd, str(Dir('#'))]
src = Glob('*.c')
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')