mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
v1.2.1
This commit is contained in:
@@ -59,6 +59,14 @@ if GetDepend('AIC_TOUCH_PANEL_ILI2511'):
|
||||
CPPPATH.append(cwd + '/ili2511/inc')
|
||||
src += Glob('ili2511/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_ILI21XX'):
|
||||
CPPPATH.append(cwd + '/ili2511/inc')
|
||||
src += Glob('ili2511/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_ILI23XX'):
|
||||
CPPPATH.append(cwd + '/ili2511/inc')
|
||||
src += Glob('ili2511/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_FT6336'):
|
||||
CPPPATH.append(cwd + '/ft6336/inc')
|
||||
src += Glob('ft6336/src/*.c')
|
||||
@@ -67,6 +75,14 @@ if GetDepend('AIC_TOUCH_PANEL_C123HAX022'):
|
||||
CPPPATH.append(cwd + '/c123hax022/inc')
|
||||
src += Glob('c123hax022/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_CHSC5XXX'):
|
||||
CPPPATH.append(cwd + '/chsc5xxx/inc')
|
||||
src += Glob('chsc5xxx/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_CHSC6XXX'):
|
||||
CPPPATH.append(cwd + '/chsc6xxx/inc')
|
||||
src += Glob('chsc6xxx/src/*.c')
|
||||
|
||||
group = DefineGroup('touch', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user