mirror of
				https://github.com/espressif/ESP8266_RTOS_SDK.git
				synced 2025-11-01 03:42:51 +08:00 
			
		
		
		
	 26bd48c467
			
		
	
	26bd48c467
	
	
	
		
			
			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
 |