Files
luban-lite/kernel/rt-thread/components/net/lwip/port/SConscript
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

11 lines
175 B
Python

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