mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
		
			
				
	
	
		
			7 lines
		
	
	
		
			253 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			253 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
 |