genode/tool/builddir/build.conf/run_riscv

12 lines
330 B
Plaintext
Raw Normal View History

# local variable for run-tool arguments used for running scenarios in Qemu
QEMU_RUN_OPT := --include power_on/qemu --include log/qemu
# kernel to use
KERNEL ?= hw
# board to use (riscv_qemu)
BOARD ?= riscv_qemu
2019-06-13 12:35:33 +00:00
# local variable for run-tool arguments that depend on the used board
BOARD_RUN_OPT(riscv_qemu) = $(QEMU_RUN_OPT)