Skip to content
Snippets Groups Projects
Commit 9053cfe2 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: add objdump target

parent 7e860449
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,9 @@ debug-server: ...@@ -207,6 +207,9 @@ debug-server:
reset: reset:
$(RESET) $(RESET_FLAGS) $(RESET) $(RESET_FLAGS)
objdump:
$(PREFIX)objdump -S -D -h $(ELFFILE) | less
# Extra make goals for testing and comparing changes. # Extra make goals for testing and comparing changes.
include $(RIOTBASE)/Makefile.buildtests include $(RIOTBASE)/Makefile.buildtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment