mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +00:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||
|
|
||
|
##
|
||
|
## Kernel-specific run tool configuration
|
||
|
##
|
||
|
|
||
|
RUN_OPT = --include boot_dir/hw \
|
||
|
--include power_on/spike --include log/spike
|
||
|
|