Build system: Don't shell-quote SEPARATOR variable or it evaluates as a bunch of wildcards!

This commit is contained in:
Angus Gratton 2016-11-11 14:44:10 +11:00
parent 5a5e19cd8b
commit bcdebda8e4

View file

@ -37,7 +37,7 @@ ifdef CONFIG_SECURE_BOOTLOADER_DISABLED
# with 'make flash' and no warnings are printed.
bootloader: $(BOOTLOADER_BIN)
@echo "$(SEPARATOR)"
@echo $(SEPARATOR)
@echo "Bootloader built. Default flash command is:"
@echo "$(ESPTOOLPY_WRITE_FLASH) 0x1000 $(BOOTLOADER_BIN)"