Files

13 lines
241 B
Python
Raw Permalink Normal View History

2025-10-21 13:59:50 +08:00
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')