4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-22 09:39:20 +08:00
2019-03-05 16:16:10 +08:00

12 lines
203 B
Python

Import('ES32_SDK_ROOT')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
include_path = [cwd]
group = DefineGroup('CMSIS2', src, depend = [''], CPPPATH = include_path)
Return('group')