初始提交
This commit is contained in:
8
Project/Src/rt-thread/components/CMSIS/RTOS/SConscript
Normal file
8
Project/Src/rt-thread/components/CMSIS/RTOS/SConscript
Normal file
@@ -0,0 +1,8 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
CPPPATH = [cwd]
|
||||
group = DefineGroup('CMSIS_OS', src, depend = ['RT_USING_CMSIS_OS'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user