rt-thread/bsp/qemu-vexpress-a9/platform/SConscript

14 lines
203 B
Python
Raw Normal View History

from building import *
cwd = GetCurrentDir()
src = Split('''
''')
CPPPATH = [ cwd + '/cpu',
cwd + '/include',
]
group = DefineGroup('Platform', src, depend = [''], CPPPATH = CPPPATH)
Return('group')