RT-Thread_v4.1.1
This commit is contained in:
13
components/net/lwip-dhcpd/SConscript
Normal file
13
components/net/lwip-dhcpd/SConscript
Normal file
@ -0,0 +1,13 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
CPPPATH = [cwd]
|
||||
|
||||
if GetDepend('RT_USING_LWIP141'):
|
||||
src = ['dhcp_server.c']
|
||||
else:
|
||||
src = ['dhcp_server_raw.c']
|
||||
|
||||
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP', 'LWIP_USING_DHCPD'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
Reference in New Issue
Block a user