1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: add objdump target

This commit is contained in:
Ludwig Ortmann 2014-09-27 08:11:29 +02:00
parent 7e860449f3
commit 9053cfe2de

View File

@ -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