only:.map goes with .elf

This commit is contained in:
rusefillc 2024-01-29 23:01:06 -05:00
parent 24f73da105
commit 6aeb4afda7
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ else
cp build/rusefi.hex deliver/
if [ "$INCLUDE_ELF" = "yes" ]; then
cp build/rusefi.elf deliver/
cp build/rusefi.map deliver/
fi
fi