mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 19:17:04 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
proc run_image {elf_img} {
|
||
|
puts "using '$elf_img' as bbl image"
|
||
|
|
||
|
exec rm -f bbl/image.o
|
||
|
exec make IMAGE_ELF=[pwd]/$elf_img bbl
|
||
|
}
|