Skip to content

Commit c1221fa

Browse files
committed
include elf file in upload
1 parent ae0bd44 commit c1221fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ FW_VERSION = $(shell sh jacdac-c/scripts/git-version.sh)
4545
dist: uf2
4646
mkdir -p build/dist
4747
cp build/espjd.uf2 build/dist/jacscript-esp32s2.uf2
48+
# also keep ELF file for addr2line
49+
cp build/espjd.elf build/dist/jacscript-esp32s2.elf
4850

4951
bump:
5052
sh ./scripts/bump.sh

0 commit comments

Comments
 (0)