mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
# kernel to use (nova, hw, sel4, linux, or foc)
|
|
#KERNEL ?= nova
|
|
|
|
# board to use (pc or linux)
|
|
BOARD ?= pc
|
|
|
|
# local variable for run-tool arguments that depend on the used board
|
|
BOARD_RUN_OPT(linux) = --include power_on/linux --include log/linux
|
|
BOARD_RUN_OPT(pc) = $(QEMU_RUN_OPT)
|
|
|