rt-thread/bsp/stm32/stm32mp157a-st-ev1/applications/SConscript

12 lines
226 B
Python
Raw Normal View History

2020-08-13 12:00:14 +08:00
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')