mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Component Makefile
 | 
						|
#
 | 
						|
 | 
						|
COMPONENT_SRCDIRS := .
 | 
						|
 | 
						|
COMPONENT_ADD_INCLUDEDIRS := include
 | 
						|
 | 
						|
COMPONENT_ADD_LDFLAGS := -lpthread
 | 
						|
 | 
						|
ifdef CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP
 | 
						|
COMPONENT_ADD_LDFLAGS += -Wl,--wrap=vPortCleanUpTCB
 | 
						|
endif
 |