mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Component Makefile
 | 
						|
#
 | 
						|
 | 
						|
ifdef CONFIG_FREERTOS_DEBUG_OCDAWARE
 | 
						|
	COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
 | 
						|
endif
 | 
						|
 | 
						|
COMPONENT_ADD_INCLUDEDIRS := include xtensa/include
 | 
						|
COMPONENT_PRIV_INCLUDEDIRS := include/freertos xtensa/include/freertos xtensa .
 | 
						|
COMPONENT_SRCDIRS += xtensa
 | 
						|
 | 
						|
tasks.o event_groups.o timers.o queue.o: CFLAGS += -D_ESP_FREERTOS_INTERNAL
 | 
						|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
 |