]> granicus.if.org Git - esp-idf/commitdiff
smartconfig: move smartconfig_ack to esp_wifi conponent
authorsuda-morris <362953310@qq.com>
Fri, 23 Aug 2019 04:51:05 +0000 (12:51 +0800)
committersuda-morris <362953310@qq.com>
Thu, 29 Aug 2019 02:39:30 +0000 (10:39 +0800)
components/esp_wifi/CMakeLists.txt
components/esp_wifi/include/smartconfig_ack.h [moved from components/smartconfig_ack/include/smartconfig_ack.h with 100% similarity]
components/esp_wifi/src/smartconfig_ack.c [moved from components/smartconfig_ack/smartconfig_ack.c with 100% similarity]
components/smartconfig_ack/CMakeLists.txt [deleted file]
components/smartconfig_ack/component.mk [deleted file]

index 925704f933498d5a0af74ae0d932646323cfc32c..3b0e3d530ee988f5c2a48e02c578e0a7c4e9e556 100644 (file)
@@ -10,9 +10,10 @@ idf_component_register(SRCS "src/coexist.c"
                             "src/phy_init.c"
                             "src/restore.c"
                             "src/smartconfig.c"
+                            "src/smartconfig_ack.c"
                             "src/wifi_init.c"
                     INCLUDE_DIRS "include" "${idf_target}/include"
-                    PRIV_REQUIRES wpa_supplicant nvs_flash smartconfig_ack
+                    PRIV_REQUIRES wpa_supplicant nvs_flash
                     LDFRAGMENTS "${ldfragments}")
 
 idf_build_get_property(build_dir BUILD_DIR)
diff --git a/components/smartconfig_ack/CMakeLists.txt b/components/smartconfig_ack/CMakeLists.txt
deleted file mode 100644 (file)
index eb34b07..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-idf_component_register(SRCS "smartconfig_ack.c"
-                    INCLUDE_DIRS include
-                    PRIV_REQUIRES lwip tcpip_adapter)
\ No newline at end of file
diff --git a/components/smartconfig_ack/component.mk b/components/smartconfig_ack/component.mk
deleted file mode 100644 (file)
index 58eac9a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#
-# Component Makefile