10
rt-thread/components/net/lwip/port/SConscript
Normal file
10
rt-thread/components/net/lwip/port/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
path = [cwd]
|
||||
|
||||
src = Glob('*.c')
|
||||
|
||||
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path)
|
||||
|
||||
Return('group')
|
Reference in New Issue
Block a user