mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
|
# kernel to use
|
||
|
KERNEL ?= hw
|
||
|
|
||
|
# board to use
|
||
|
BOARD ?= spike
|
||
|
|
||
|
# local varible for run-tool arguments that depend on the used board
|
||
|
BOARD_RUN_OPT(spike) = --include image/bbl --include power_on/spike --include log/spike
|
||
|
|