Skip to content

Commit ef63e69

Browse files
rluboslemrey
authored andcommitted
net: mqtt: Remove internal copy of the library
Remove the internal copy of the MQTT library, that was merged internally until upstream MQTT was available. Signed-off-by: Robert Lubos <[email protected]>
1 parent 22ddf3d commit ef63e69

File tree

14 files changed

+0
-3102
lines changed

14 files changed

+0
-3102
lines changed

subsys/net/lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66

77
add_subdirectory_ifdef(CONFIG_CLOUD_API cloud)
8-
add_subdirectory_ifdef(CONFIG_MQTT_SOCKET_LIB mqtt_socket)
98
add_subdirectory_ifdef(CONFIG_NRF_CLOUD nrf_cloud)
109
add_subdirectory_ifdef(CONFIG_DOWNLOAD_CLIENT download_client)
1110
add_subdirectory_ifdef(CONFIG_FOTA_DOWNLOAD fota_download)

subsys/net/lib/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
menu "Application protocols"
77

8-
rsource "mqtt_socket/Kconfig"
98
rsource "nrf_cloud/Kconfig"
109
rsource "download_client/Kconfig"
1110
rsource "fota_download/Kconfig"

subsys/net/lib/mqtt_socket/CMakeLists.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

subsys/net/lib/mqtt_socket/Kconfig

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)