Merge branch 'refactor/move_smartconfig_ack_to_wifi_v4.0' into 'release/v4.0'

smartconfig: move smartconfig_ack to esp_wifi conponent (v4.0)

See merge request espressif/esp-idf!5999
This commit is contained in:
Jiang Jiang Jian
2019-09-06 14:27:29 +08:00
5 changed files with 2 additions and 6 deletions

View File

@@ -11,9 +11,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)

View File

@@ -1,3 +0,0 @@
idf_component_register(SRCS "smartconfig_ack.c"
INCLUDE_DIRS include
PRIV_REQUIRES lwip tcpip_adapter)

View File

@@ -1,2 +0,0 @@
#
# Component Makefile