1
0
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:
Gunar Schorcht 2022-12-31 13:09:37 +01:00
parent f23b20f91f
commit a71f457f23

View File

@ -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) " \