]> granicus.if.org Git - esp-idf/commitdiff
cJSON : Include only source file objects
authorAnuj Deshpande <anuj@espressif.com>
Fri, 27 Apr 2018 09:55:07 +0000 (15:25 +0530)
committerAnuj Deshpande <anuj@espressif.com>
Mon, 30 Apr 2018 08:21:54 +0000 (13:51 +0530)
- test.c can cause issues if there is another main function
- Closes https://github.com/espressif/esp-idf/issues/1883

components/json/component.mk

index a6a424e6db975ad1c5efd1967a2b82e80cd6ca48..7fbd5db1e2764c89403d85d438753cdf85b48e65 100644 (file)
@@ -4,3 +4,4 @@
 COMPONENT_ADD_INCLUDEDIRS := cJSON
 COMPONENT_SRCDIRS := cJSON
 COMPONENT_SUBMODULES := cJSON
+COMPONENT_OBJS := cJSON/cJSON.o cJSON/cJSON_Utils.o