Skip to content

Commit

Permalink
cpu/esp_common: remove double defines from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Dec 22, 2022
1 parent 020697e commit c873b03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpu/esp_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,3 @@ $(BINDIR)/partitions.csv: $(FLASHFILE)

$(BINDIR)/partitions.bin: $(PARTITION_TABLE_CSV)
$(Q)python3 $(RIOTTOOLS)/esptools/gen_esp32part.py --verify $< $@

# Convert .elf and .csv to .bin files at build time, but make them available for
# tests at flash time. These can't be added to FLASHDEPS because they depend on
# on ELFFILE and would trigger a rebuild with "flash-only".
BUILD_FILES += $(FLASHFILE) $(BINDIR)/partitions.bin
TEST_EXTRA_FILES += $(FLASHFILE) $(BINDIR)/partitions.bin

0 comments on commit c873b03

Please sign in to comment.