4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 10:40:26 +08:00

11 lines
218 B
Python
Raw Normal View History

Import('RTT_ROOT')
Import('rtconfig')
from building import *
src = Glob('*.c')
CPPPATH = [GetCurrentDir()]
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = CPPPATH, LIBRARY = '')
Return('group')