mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
v1.1.2:add audio and efuse patch
This commit is contained in:
@@ -7,7 +7,10 @@ CPPPATH = []
|
||||
src = []
|
||||
|
||||
if GetDepend('KERNEL_BAREMETAL') and GetDepend('AIC_SID_BARE_TEST'):
|
||||
src += Glob('*.c')
|
||||
src += Glob('efuse_cmds.c')
|
||||
|
||||
if GetDepend('KERNEL_BAREMETAL') and GetDepend('AIC_SID_BURN_SPIENC_KEY_TEST'):
|
||||
src += Glob('efuse_burn_spienc_key_cmd.c')
|
||||
|
||||
group = DefineGroup('test-efuse', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user