Files
rt-thread/components/net/ofw/SConscript
zhujiale 6e78474998 pci
2024-11-18 13:53:25 +08:00

11 lines
177 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('ofw', src, depend = ['RT_USING_OFW'], CPPPATH = CPPPATH)
Return('group')