Skip to content

Commit 8ee25d0

Browse files
Timmmmarichardson
andauthored
Update os-boot/linux/Makefile
Co-authored-by: Alexander Richardson <mail@alexrichardson.me> Signed-off-by: Tim Hutt <tdhutt@gmail.com>
1 parent ff51f09 commit 8ee25d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os-boot/linux/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ LIMIT_INSTRUCTIONS := 20000000
6969

7070
# Run with the Sail emulator from this repo.
7171
.PHONY: sail
72-
sail: build/sail.dtb $(elf)
73-
../../build/c_emulator/riscv_sim_rv64d --no-trace -p -l $(LIMIT_INSTRUCTIONS) --device-tree-blob build/sail.dtb $(elf)
72+
sail: build/sail.dtb $(elf) $(SAIL_SIM)
73+
$(SAIL_SIM) --no-trace -p -l $(LIMIT_INSTRUCTIONS) --device-tree-blob build/sail.dtb $(elf)
7474

7575
# Run the profiler. This requires gperftools and pprof:
7676
#

0 commit comments

Comments
 (0)