fixed wrong objdump filename

This commit is contained in:
Màrius Montón 2019-09-13 14:28:43 +02:00
parent 92a450b75e
commit a0907cbbfe
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ rm = rm -f
$(BINDIR)/$(TARGET): $(OBJECTS)
# $(LINKER) $(OBJECTS) $(LDFLAGS) $(LIBS) $(LIBDIR) -o $@
riscv32-unknown-linux-gnu-objdump -d $< > dump
riscv32-unknown-elf-objdump -d $< > dump
riscv32-unknown-elf-objcopy -Oihex $< $(TARGET).hex
# @echo "Linking complete!"