]> granicus.if.org Git - esp-idf/commitdiff
Added Cmake support for dhcp_state
authorMartinValik <martin.valik@mail.com>
Tue, 27 Nov 2018 13:35:51 +0000 (14:35 +0100)
committerbot <bot@espressif.com>
Thu, 10 Jan 2019 07:51:54 +0000 (07:51 +0000)
components/bt/CMakeLists.txt
components/lwip/CMakeLists.txt

index 07b469fe682ceaaca66542988929887559bfa4f3..70eb157e4b7512a3a79350c0eb86eb8b601f8cf2 100644 (file)
@@ -11,6 +11,7 @@ if(CONFIG_BT_ENABLED)
             bluedroid/bta/av/include
             bluedroid/bta/dm/include
             bluedroid/bta/gatt/include
+            bluedroid/bta/hf_client/include
             bluedroid/bta/hh/include
             bluedroid/bta/jv/include
             bluedroid/bta/sdp/include
index 29c8d9fb69d5a71de6fee411715b58709c728435..6527de92ce554a7522e38c7bef5fcedfd4a5f9a3 100644 (file)
@@ -84,6 +84,7 @@ set(COMPONENT_SRCS "apps/dhcpserver/dhcpserver.c"
                    "port/esp32/vfs_lwip.c"
                    "port/esp32/debug/lwip_debug.c"
                    "port/esp32/freertos/sys_arch.c"
+                   "port/esp32/netif/dhcp_state.c"
                    "port/esp32/netif/ethernetif.c"
                    "port/esp32/netif/wlanif.c")
 
@@ -121,7 +122,7 @@ if(CONFIG_PPP_SUPPORT)
 endif()
 
 set(COMPONENT_REQUIRES vfs)
-set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter)
+set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter nvs_flash)
 
 register_component()