mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Added Cmake support for dhcp_state
This commit is contained in:
@@ -11,6 +11,7 @@ if(CONFIG_BT_ENABLED)
|
|||||||
bluedroid/bta/av/include
|
bluedroid/bta/av/include
|
||||||
bluedroid/bta/dm/include
|
bluedroid/bta/dm/include
|
||||||
bluedroid/bta/gatt/include
|
bluedroid/bta/gatt/include
|
||||||
|
bluedroid/bta/hf_client/include
|
||||||
bluedroid/bta/hh/include
|
bluedroid/bta/hh/include
|
||||||
bluedroid/bta/jv/include
|
bluedroid/bta/jv/include
|
||||||
bluedroid/bta/sdp/include
|
bluedroid/bta/sdp/include
|
||||||
|
@@ -84,6 +84,7 @@ set(COMPONENT_SRCS "apps/dhcpserver/dhcpserver.c"
|
|||||||
"port/esp32/vfs_lwip.c"
|
"port/esp32/vfs_lwip.c"
|
||||||
"port/esp32/debug/lwip_debug.c"
|
"port/esp32/debug/lwip_debug.c"
|
||||||
"port/esp32/freertos/sys_arch.c"
|
"port/esp32/freertos/sys_arch.c"
|
||||||
|
"port/esp32/netif/dhcp_state.c"
|
||||||
"port/esp32/netif/ethernetif.c"
|
"port/esp32/netif/ethernetif.c"
|
||||||
"port/esp32/netif/wlanif.c")
|
"port/esp32/netif/wlanif.c")
|
||||||
|
|
||||||
@@ -121,7 +122,7 @@ if(CONFIG_PPP_SUPPORT)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(COMPONENT_REQUIRES vfs)
|
set(COMPONENT_REQUIRES vfs)
|
||||||
set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter)
|
set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter nvs_flash)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user