Skip to content

Commit

Permalink
fix c3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jul 8, 2024
1 parent 5f8c058 commit 0070b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/targets/ESP32_IDF4.make
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $(ESP_ZIP): $(PROJ_NAME).bin
$(Q)cp $(BINDIR)/build/partition_table/partition-table.bin $(PROJ_NAME)/partition-table.bin
$(Q)cp $(BINDIR)/build/bootloader/bootloader.bin $(PROJ_NAME)/bootloader.bin
$(Q)cp targets/esp32/README_flash_C3.txt $(PROJ_NAME)
$(Q)$(TAR) -zcf $(ESP_ZIP) $(PROJ_NAME) --transform='s/$(PROJ_NAME)\///g'
$(Q)$(TAR) -zcf $(ESP_ZIP) $(PROJ_NAME) --transform='s/$(BINDIR)\///g'
@echo "Created $(ESP_ZIP)"

proj: $(ESP_ZIP)
Expand Down

0 comments on commit 0070b6f

Please sign in to comment.