mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 19:38:56 +00:00
v1.0.3
This commit is contained in:
@@ -7,7 +7,9 @@ CPPPATH = []
|
||||
src = []
|
||||
if GetDepend('RT_USING_FINSH'):
|
||||
if GetDepend('AIC_AUDIO_DRV_TEST') or GetDepend('AIC_I2S_DRV_TEST'):
|
||||
src = Glob('*.c')
|
||||
src += Glob('a*.c')
|
||||
if GetDepend('AIC_I2S_DRV_TEST'):
|
||||
src += Glob('test_i2s_loopback.c')
|
||||
|
||||
group = DefineGroup('test-aplay', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user