move mqtt to APP_Framework/lib dir for ota

This commit is contained in:
wgzAIIT
2023-07-27 10:58:14 +08:00
parent 6559210341
commit 02089a48ee
11 changed files with 12 additions and 14 deletions
-4
View File
@@ -8,8 +8,4 @@ ifeq ($(CONFIG_TOOL_USING_OTA),y)
SRC_DIR += bootloader
endif
ifeq ($(CONFIG_TOOL_USING_MQTT),y)
SRC_DIR += mqtt
endif
include $(KERNEL_ROOT)/compiler.mk