mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			290 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			290 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								$(SECURE_BOOT_SIGNING_KEY):
							 | 
						||
| 
								 | 
							
									@echo "Need to generate secure boot signing key."
							 | 
						||
| 
								 | 
							
									@echo "One way is to run this command:"
							 | 
						||
| 
								 | 
							
									@echo "$(ESPSECUREPY) generate_signing_key $@"
							 | 
						||
| 
								 | 
							
									@echo "Keep key file safe after generating."
							 | 
						||
| 
								 | 
							
									@echo "(See secure boot documentation for risks & alternatives.)"
							 | 
						||
| 
								 | 
							
									@exit 1
							 |