mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Don't disassemble non-code sections of buildroot binaries
This commit is contained in:
parent
97bf641367
commit
2052bf76c5
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
|
||||
$(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/%.elf | $(DISASSEMBLY_DIR)
|
||||
riscv64-unknown-elf-objdump -SD $< >> $@
|
||||
riscv64-unknown-elf-objdump -S $< >> $@
|
||||
$(WALLY)/bin/extractFunctionRadix.sh $@
|
||||
|
||||
# Load wally buildroot configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue