mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
d605681ce4
commit
aeb9213e73
@@ -1,10 +1,13 @@
|
||||
#
|
||||
# \brief Test to start and call RPC entrypoint on all available CPUs
|
||||
# \author Norman Feske
|
||||
# \author Alexander Boettcher
|
||||
# \author Alexander Boettcher
|
||||
#
|
||||
|
||||
if {[have_spec platform_pbxa9] || (![have_spec nova] && ![have_spec foc])} {
|
||||
if {
|
||||
![have_spec hw_arndale] &&
|
||||
([have_spec platform_pbxa9] || (![have_spec nova] && ![have_spec foc]))
|
||||
} {
|
||||
puts "Platform is unsupported."
|
||||
exit 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user