mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -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
|
# 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 -SD $< >> $@
|
riscv64-unknown-elf-objdump -S $< >> $@
|
||||||
$(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