mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 20:48:55 +00:00
v1.0.3
This commit is contained in:
@@ -10,6 +10,14 @@ if GetDepend('AIC_TOUCH_PANEL_GT911'):
|
||||
CPPPATH.append(cwd + '/gt911/inc')
|
||||
src += Glob('gt911/src/*.c')
|
||||
|
||||
group = DefineGroup('gt911', src, depend = [''], CPPPATH = CPPPATH)
|
||||
if GetDepend('AIC_TOUCH_PANEL_FT7411'):
|
||||
CPPPATH.append(cwd + '/ft7411/inc')
|
||||
src += Glob('ft7411/src/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_GSL1680'):
|
||||
CPPPATH.append(cwd + '/gsl1680/inc')
|
||||
src += Glob('gsl1680/src/*.c')
|
||||
|
||||
group = DefineGroup('touch', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user