rt-thread-official/bsp/nuvoton/libraries/m2354/CMSIS/SConscript

17 lines
302 B
Python
Raw Normal View History

import rtconfig
Import('RTT_ROOT')
from building import *
# get current directory
cwd = GetCurrentDir()
# The set of source files associated with this SConscript file.
src = Split("""
""")
path = [cwd + '/Include',]
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = path)
Return('group')