mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
134f54a602
Thanks to @alexab's recent work on base-nova and the NOVA kernel, the test is expected to run successfully on NOVA too.
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
#
|
|
# \brief Noux environment for building the Genode/NOVA demo scenario on Genode
|
|
# \author Christian Prochaska
|
|
# \date 2012-11-26
|
|
#
|
|
|
|
set platform "nova_x86_32"
|
|
set platform_base_dir "base-nova"
|
|
set platform_pkgs ""
|
|
set platform_cmds ""
|
|
|
|
source ${genode_dir}/ports/run/noux_tool_chain.inc
|