mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 21:18:54 +00:00
v1.0.3
This commit is contained in:
14
bsp/artinchip/sys/d12x/SConscript
Normal file
14
bsp/artinchip/sys/d12x/SConscript
Normal file
@@ -0,0 +1,14 @@
|
||||
Import('RTT_ROOT')
|
||||
Import('rtconfig')
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
# add the chip drivers.
|
||||
src = Glob("*.c") + Glob("*.cpp") + Glob("*.S")
|
||||
|
||||
LOCAL_CPPPATH = [cwd]
|
||||
CPPPATH = [cwd + '/include']
|
||||
group = DefineGroup('Chip', src, depend = ['AIC_CHIP_D12X'], LOCAL_CPPPATH = LOCAL_CPPPATH, CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user