Files
luban-lite/bsp/peripheral/bt/realtek/SConscript
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

13 lines
241 B
Python

Import('AIC_ROOT')
Import('PRJ_KERNEL')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('realtek', src, depend = ['AIC_BT_REALTEK'], CPPPATH = CPPPATH)
Return('group')