stm32f103-template/rt-thread/components/net/lwip/port/SConscript

11 lines
175 B
Python
Raw Normal View History

2023-05-09 22:30:49 +08:00
from building import *
cwd = GetCurrentDir()
path = [cwd]
src = Glob('*.c')
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path)
Return('group')