4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 03:57:23 +08:00
2022-10-11 08:59:42 +08:00

15 lines
284 B
Python

import rtconfig
Import('RTT_ROOT')
from building import *
# get current directory
group = []
if GetDepend('USE_MA35D1_SUBM'):
cwd = GetCurrentDir()
src = []
path = [cwd + '/Include',]
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = path)
Return('group')