mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 05:55:37 +00:00
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
# kernel to use (nova, linux, foc, okl4, fiasco, or pistachio)
|
|
#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(pc) = $(QEMU_RUN_OPT)
|
|
BOARD_RUN_OPT(linux) = --include power_on/linux --include log/linux
|
|
|