diff --git a/repos/os/run/audio_out_click.run b/repos/os/run/audio_out_click.run deleted file mode 100644 index a3a949205b..0000000000 --- a/repos/os/run/audio_out_click.run +++ /dev/null @@ -1,116 +0,0 @@ -assert_spec x86 - -# -# Build -# - -set build_components { - core init timer - drivers/audio - drivers/ps2 - server/mixer - test/audio_out - test/audio_out_click -} - -source ${genode_dir}/repos/base/run/platform_drv.inc -append_platform_drv_build_components - -build $build_components - -create_boot_directory - -# -# Config -# - -append config { - - - - - - - - - - - - - - - - - - } - -append_platform_drv_config - -append config { - - - - - - - - - - - - - - - - - - - - - - - sample.raw - - - - - - - - - - - - - -} - -install_config $config - - -if {[expr ![file exists bin/sample.raw] || ![file exists bin/click.raw]]} { - puts "" - puts "The sample and/or click file is missing. Please take a look at" - puts "repos/dde_bsd/README, create 'sample.raw' and/or 'click.raw'" - puts "and put the file(s) into './bin'. afterwards" - puts "" - exit 1 -} - -# -# Boot modules -# - -append boot_modules { - core ld.lib.so init timer mixer ps2_drv } [audio_drv_binary] { - test-audio_out test-audio_out_click - sample.raw click.raw } - -# platform-specific modules -append_platform_drv_boot_modules - -build_boot_image $boot_modules - -append qemu_args " -nographic -soundhw es1370 " - -run_genode_until forever