mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 16:46:17 +08:00

Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354 Using submodule instead of source code.
8 lines
169 B
Makefile
8 lines
169 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS := cJSON
|
|
COMPONENT_SRCDIRS := cJSON
|
|
COMPONENT_SUBMODULES := cJSON
|
|
COMPONENT_OBJS := cJSON/cJSON.o cJSON/cJSON_Utils.o
|