Move debug rom link map to the right place.
[riscv-isa-sim.git] / debug_rom / Makefile
index 9d286c9dc74b61c36e3671cc66de6c6c048dd7b5..ed4cb9324cedd18d4d7db6d6dd6720d528b90337 100644 (file)
@@ -13,7 +13,7 @@ debug_rom.h:  debug_rom.raw
 debug_rom.raw: debug_rom
        $(OBJCOPY) -O binary --only-section .text debug_rom debug_rom.raw
 
-debug_rom:     debug_rom.o
+debug_rom:     debug_rom.o link.ld
        $(CC) -nostdlib -nostartfiles -Tlink.ld -o $@ $^
 
 clean: