Files
dongheng 2826d8aa2c feat(bootloader): remove unused option
Users can enable/disable these option at "app_update".
2019-09-25 16:38:56 +08:00

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