diff --git a/Makefile.include b/Makefile.include index f51b8c9cfe..286ce48041 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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