Restore disassembly of all contents for Linux objdump

This commit is contained in:
Jordan Carlin 2025-05-31 23:21:08 -07:00
parent c99e1184c1
commit 150329d1ee
No known key found for this signature in database

View file

@ -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 -S $< >> $@
riscv64-unknown-elf-objdump -SD $< >> $@
$(WALLY)/bin/extractFunctionRadix.sh $@
# Load wally buildroot configuration