mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-18 04:18:55 +00:00
V1.0.5
This commit is contained in:
@@ -18,6 +18,14 @@ if GetDepend('AIC_TOUCH_PANEL_GSL1680'):
|
||||
CPPPATH.append(cwd + '/gsl1680/inc')
|
||||
src += Glob('gsl1680/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_ST16XX'):
|
||||
CPPPATH.append(cwd + '/st16xx/inc')
|
||||
src += Glob('st16xx/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_AXS15260'):
|
||||
CPPPATH.append(cwd + '/axs15260/inc')
|
||||
src += Glob('axs15260/src/*.c')
|
||||
|
||||
group = DefineGroup('touch', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user