mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
v1.2.1
This commit is contained in:
16
bsp/peripheral/encoder/SConscript
Normal file
16
bsp/peripheral/encoder/SConscript
Normal file
@@ -0,0 +1,16 @@
|
||||
Import('AIC_ROOT')
|
||||
Import('PRJ_KERNEL')
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
CPPPATH = []
|
||||
|
||||
if GetDepend('AIC_ENCODER_HEC40'):
|
||||
CPPPATH.append(cwd)
|
||||
CPPPATH.append(cwd + '/hec40')
|
||||
src += Glob('hec40/*.c')
|
||||
|
||||
group = DefineGroup('encoder', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user