提交 9a61b65c 编写于 作者: mysterywolf's avatar mysterywolf

[lwip] 修复dhcpd没有包含2.0.3版本的问题

上级 ead24644
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
if GetDepend('RT_USING_LWIP202') or GetDepend('RT_USING_LWIP212') :
src = ['dhcp_server_raw.c']
else:
if GetDepend('RT_USING_LWIP141'):
src = ['dhcp_server.c']
CPPPATH = [cwd]
else:
src = ['dhcp_server_raw.c']
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP', 'LWIP_USING_DHCPD'], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册