Skip to content

Commit

Permalink
[sw/common] ELF file is required for gdb target
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 11, 2024
1 parent 562a928 commit 1e9fb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ elf_sections: $(APP_ELF)
# -----------------------------------------------------------------------------
# Run GDB
# -----------------------------------------------------------------------------
gdb:
gdb: $(APP_ELF)
@$(GDB) $(APP_ELF) $(GDB_ARGS)

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 1e9fb33

Please sign in to comment.