[LWIP] Remove `RT_USING_NETUTILS` in LwIP 2.0.2 SConscript.

This commit is contained in:
armink 2017-08-19 22:46:19 +08:00
parent 83616c9f2b
commit 22c7660dfb
1 changed files with 0 additions and 5 deletions

View File

@ -76,11 +76,6 @@ if GetDepend(['RT_LWIP_PPP']):
src += ppp_src
path += [GetCurrentDir() + '/src/netif/ppp']
# For testing apps
if GetDepend(['RT_USING_NETUTILS']):
src += Glob('./apps/*.c')
stc += Glob('./src/apps/tftp/*.c')
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP', 'RT_USING_LWIP202'], CPPPATH = path)
Return('group')