4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 14:20:26 +08:00

Merge branch 'master' of https://github.com/RT-Thread/rt-thread into NRF52832

This commit is contained in:
xieyangrun 2017-05-15 16:17:15 +08:00
commit e060a5a8b7

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')