解决CJson编译及LWIP不能访问外网问题

This commit is contained in:
huang
2023-11-06 13:59:26 +08:00
parent ab08ad959c
commit 892bef64e9
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
SRC_FILES := cJSON.c
SRC_FILES += cJSON_Process.c
ifeq ($(CONFIG_USER_TEST_MQTTCLIENT),y)
SRC_FILES += cJSON_Process.c
endif
include $(KERNEL_ROOT)/compiler.mk