提交 a97d7006 编写于 作者: armink_ztl's avatar armink_ztl

[LWIP] Add LwIP apps SConscript.

上级 87129774
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')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册