forked from espressif/esp-idf
Build system: Don't shell-quote SEPARATOR variable or it evaluates as a bunch of wildcards!
This commit is contained in:
@@ -37,7 +37,7 @@ ifdef CONFIG_SECURE_BOOTLOADER_DISABLED
|
|||||||
# with 'make flash' and no warnings are printed.
|
# with 'make flash' and no warnings are printed.
|
||||||
|
|
||||||
bootloader: $(BOOTLOADER_BIN)
|
bootloader: $(BOOTLOADER_BIN)
|
||||||
@echo "$(SEPARATOR)"
|
@echo $(SEPARATOR)
|
||||||
@echo "Bootloader built. Default flash command is:"
|
@echo "Bootloader built. Default flash command is:"
|
||||||
@echo "$(ESPTOOLPY_WRITE_FLASH) 0x1000 $(BOOTLOADER_BIN)"
|
@echo "$(ESPTOOLPY_WRITE_FLASH) 0x1000 $(BOOTLOADER_BIN)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user