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:
parent
7e860449f3
commit
9053cfe2de
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user