# # Build # assert_spec x86 set build_components { core init timer server/dynamic_rom test/input } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components lappend_if [have_spec ps2] build_components drivers/input/spec/ps2 lappend_if [have_spec sdl] build_components drivers/framebuffer/spec/sdl build $build_components create_boot_directory # # Generate config # append config { } append_platform_drv_config append_if [have_spec ps2] config { } append_if [have_spec sdl] config { } append config { } append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer dynamic_rom test-input } # platform-specific modules append_platform_drv_boot_modules lappend_if [have_spec ps2] boot_modules ps2_drv lappend_if [have_spec sdl] boot_modules fb_sdl build_boot_image $boot_modules run_genode_until forever