Skip to content

Commit eb94166

Browse files
committed
Fix objdump warning
1 parent ef6adda commit eb94166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/snitch_cluster/sw/tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $(BUILDDIR)/%.elf: $(SRC_DIR)/%.c $(BUILDDIR)/%.d | $(BUILDDIR)
7676
$(RISCV_CC) $(RISCV_CFLAGS) $(RISCV_LDFLAGS) $(SRC_DIR)/$*.c -o $@
7777

7878
$(BUILDDIR)/%.dump: $(BUILDDIR)/%.elf | $(BUILDDIR)
79-
$(RISCV_OBJDUMP) -D -S $< > $@
79+
$(RISCV_OBJDUMP) $(RISCV_OBJDUMP_FLAGS) $< > $@
8080

8181
$(BUILDDIR)/%.dwarf: $(BUILDDIR)/%.elf | $(BUILDDIR)
8282
$(RISCV_DWARFDUMP) --all $< > $@

0 commit comments

Comments
 (0)