Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into jerryscript

This commit is contained in:
wgzAIIT
2023-11-13 15:12:37 +08:00
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