mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	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.
		
			
				
	
	
		
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# bootloader component is special, as bootloader is also a project.
 | 
						|
#
 | 
						|
# This top-level component is only configuration files for the IDF project.
 | 
						|
#
 | 
						|
# See Makefile.projbuild for the targets which actually build the bootloader.
 | 
						|
COMPONENT_CONFIG_ONLY := 1
 | 
						|
 |