mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
REPOSITORIES = $(GENODE_DIR)/repos/base-nova
|
|
|
|
##
|
|
## Kernel-specific run tool configuration
|
|
##
|
|
|
|
RUN_OPT = --include boot_dir/nova \
|
|
--include power_on/qemu --include log/qemu --include image/iso
|
|
|
|
#
|
|
# The current NOVA kernel build is optimized for Intel Core2 Duo.
|
|
#
|
|
QEMU_OPT += -cpu core2duo
|