mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
fb_bench: disable autopilot run on linux
This commit is contained in:
parent
10ed7b38d4
commit
8ca6009c09
@ -7,6 +7,11 @@ if {[have_spec odroid_xu] || [have_spec wand_quad] || [have_spec zynq] || [have_
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if {[get_cmd_switch --autopilot] && [have_spec linux]} {
|
||||||
|
puts "\nAutopilot run is not supported on this platform\n"
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
set build_components { core init test/fb_bench drivers/framebuffer drivers/timer }
|
set build_components { core init test/fb_bench drivers/framebuffer drivers/timer }
|
||||||
|
|
||||||
source ${genode_dir}/repos/base/run/platform_drv.inc
|
source ${genode_dir}/repos/base/run/platform_drv.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user