11 lines
306 B
Plaintext
Raw Normal View History

# kernel to use (nova, linux, sel4, foc, okl4, fiasco, or pistachio)
#KERNEL ?= nova
# board to use (pc, or linux)
BOARD ?= pc
# local varible for run-tool arguments that depend on the used board
BOARD_RUN_OPT(pc) = $(QEMU_RUN_OPT)
BOARD_RUN_OPT(linux) = --include power_on/linux --include log/linux