From 998596aa6755315e9867664b8e16b288090ee4c7 Mon Sep 17 00:00:00 2001 From: dongheng Date: Thu, 11 Apr 2019 10:49:33 +0800 Subject: [PATCH] fix(make): Fix "print_flash_cmd" lose global macro --- make/project.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/project.mk b/make/project.mk index 12407e0b..26565ff8 100644 --- a/make/project.mk +++ b/make/project.mk @@ -545,7 +545,7 @@ list-components: $(foreach cp,$(COMPONENT_PATHS),$(info $(cp))) # print flash command, so users can dump this to config files and download somewhere without idf -print_flash_cmd: +print_flash_cmd: global-macro echo $(ESPTOOL_WRITE_FLASH_OPTIONS) $(ESPTOOL_ALL_FLASH_ARGS) | sed -e 's:'$(PWD)/build/'::g' # Check toolchain version using the output of xtensa-esp32-elf-gcc --version command.