mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 d664e32394
			
		
	
	d664e32394
	
	
	
		
			
			For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1" Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader project works, it's now mostly independent from the parent.
		
			
				
	
	
		
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # esptool_py component is special, because it doesn't contain any
 | |
| # IDF source files. It only adds steps via Makefile.projbuild &
 | |
| # Kconfig.projbuild
 | |
| COMPONENT_CONFIG_ONLY := 1
 | |
| 
 |