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:
commit
0bbc86a379
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user