diff --git a/Makefile.include b/Makefile.include index f51b8c9cfe1141770ba9da5bc96c0e1e2a905007..286ce48041cdf39fa53869675149048ae74e1237 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