mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifdef CONFIG_BT_ENABLED
 | |
| COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
 | |
| else
 | |
| COMPONENT_CONFIG_ONLY := 1
 | |
| endif
 | 
