From 150329d1ee6e5391ae032c806e3e06ab66091eec Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 31 May 2025 23:21:08 -0700 Subject: [PATCH] Restore disassembly of all contents for Linux objdump --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index f7b1a4725..58cb6c69b 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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