1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #14041 from gschorcht/cpu/esp/fix_make_flash_dependency

cpu/esp_common: fix the dependency of the flash image on the ELF file
This commit is contained in:
benpicco 2020-05-08 11:55:14 +02:00 committed by GitHub
commit 0bbc86a379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,8 @@ PREFFLAGS += python3 $(RIOTTOOLS)/esptool/gen_esp32part.py
PREFFLAGS += --verify $(BINDIR)/partitions.csv $(BINDIR)/partitions.bin
FLASHDEPS += preflash
BUILD_BEFORE_FLASH += $(FLASHFILE)
# flasher configuration
ifneq (,$(filter esp_qemu,$(USEMODULE)))
FLASHER = dd