mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			242 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			242 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Component Makefile
 | 
						|
#
 | 
						|
 | 
						|
COMPONENT_ADD_INCLUDEDIRS := include/
 | 
						|
COMPONENT_SRCDIRS := src/
 | 
						|
 | 
						|
ifdef CONFIG_JSMN_PARENT_LINKS
 | 
						|
src/jsmn.o: CPPFLAGS += -DJSMN_PARENT_LINKS
 | 
						|
endif
 | 
						|
 | 
						|
ifdef CONFIG_JSMN_STRICT
 | 
						|
src/jsmn.o: CPPFLAGS += -DJSMN_STRICT
 | 
						|
endif
 |