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:
reset:
$(RESET) $(RESET_FLAGS)
objdump:
$(PREFIX)objdump -S -D -h $(ELFFILE) | less
# Extra make goals for testing and comparing changes.
include $(RIOTBASE)/Makefile.buildtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment