mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefile/tools/esptool.inc.mk: fix esp-qemu dependency
This commit is contained in:
parent
f23b20f91f
commit
a71f457f23
@ -37,7 +37,7 @@ endif
|
||||
|
||||
.PHONY: esp-qemu
|
||||
|
||||
esp-qemu:
|
||||
esp-qemu: $(FLASHFILE)
|
||||
ifeq (esp32,$(CPU))
|
||||
$(Q)echo \
|
||||
"--flash_mode $(FLASH_MODE) --flash_freq $(FLASH_FREQ) " \
|
||||
|
Loading…
Reference in New Issue
Block a user