from building import *

include_path=['.']
include_path=[os.path.realpath(i) for i in include_path]

src = ['cmsis_liteos.c']

group = DefineGroup('LiteOS/cmsis', src, depend = [''], CPPPATH = include_path)

Return('group')
