mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Restore disassembly of all contents for Linux objdump
This commit is contained in:
parent
c99e1184c1
commit
150329d1ee
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ $(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/% | $(DISASSEMBLY_DIR)
|
||||||
|
|
||||||
# Disassemble binaries ending in .elf
|
# Disassemble binaries ending in .elf
|
||||||
$(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/%.elf | $(DISASSEMBLY_DIR)
|
$(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/%.elf | $(DISASSEMBLY_DIR)
|
||||||
riscv64-unknown-elf-objdump -S $< >> $@
|
riscv64-unknown-elf-objdump -SD $< >> $@
|
||||||
$(WALLY)/bin/extractFunctionRadix.sh $@
|
$(WALLY)/bin/extractFunctionRadix.sh $@
|
||||||
|
|
||||||
# Load wally buildroot configuration
|
# Load wally buildroot configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue