Update SConscript

This commit is contained in:
Bernard Xiong 2017-05-12 15:46:25 +08:00 committed by GitHub
parent 3aa9796496
commit cf6dfec55b
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('cJSON', src, depend = ['RT_USING_AUDIO'], CPPPATH = CPPPATH)
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_AUDIO'], CPPPATH = CPPPATH)
Return('group')