[LWIP] Add LwIP apps SConscript.
This commit is contained in:
parent
871297747a
commit
a97d70066b
13
components/net/lwip-2.0.2/src/apps/SConscript
Normal file
13
components/net/lwip-2.0.2/src/apps/SConscript
Normal file
@ -0,0 +1,13 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('tftp/*.c')
|
||||
|
||||
if GetDepend(['RT_LWIP_ICMP', 'RT_LWIP_RAW']):
|
||||
src += Glob('ping/*.c')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
group = DefineGroup('LwIP', src, depend = ['RT_USING_NETUTILS', 'RT_USING_LWIP202'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
Loading…
x
Reference in New Issue
Block a user