mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
Add RT_LWIP_VER130, RT_LWIP_VER140 options.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1476 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -67,10 +67,10 @@ src/netif/ppp/vj.c
|
||||
""")
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
path = [RTT_ROOT + '/components/net/lwip/src',
|
||||
RTT_ROOT + '/components/net/lwip/src/include',
|
||||
RTT_ROOT + '/components/net/lwip/src/include/ipv4',
|
||||
RTT_ROOT + '/components/net/lwip/src/arch/include',
|
||||
path = [RTT_ROOT + '/components/net/lwip/src',
|
||||
RTT_ROOT + '/components/net/lwip/src/include',
|
||||
RTT_ROOT + '/components/net/lwip/src/include/ipv4',
|
||||
RTT_ROOT + '/components/net/lwip/src/arch/include',
|
||||
RTT_ROOT + '/components/net/lwip/src/include/netif']
|
||||
|
||||
if GetDepend(['RT_LWIP_SNMP']):
|
||||
@@ -80,6 +80,6 @@ if GetDepend(['RT_LWIP_PPP']):
|
||||
src += ppp_src
|
||||
path += [RTT_ROOT + '/components/net/lwip/src/netif/ppp']
|
||||
|
||||
group = DefineGroup('LwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path)
|
||||
group = DefineGroup('LwIP', src, depend = ['RT_USING_LWIP', 'RT_LWIP_VER130'], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user