mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
committed by
Christian Helmuth
parent
0ef92baf9d
commit
a7ff30d5a4
@ -1,3 +1,8 @@
|
|||||||
|
if {[have_spec riscv]} {
|
||||||
|
puts "\n Run script is not supported on this platform. \n";
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
proc jent_avail { } {
|
proc jent_avail { } {
|
||||||
if {[have_board pbxa9]} { return 0 }
|
if {[have_board pbxa9]} { return 0 }
|
||||||
if {[have_board zynq_qemu]} { return 0 }
|
if {[have_board zynq_qemu]} { return 0 }
|
||||||
|
Reference in New Issue
Block a user