genode/tool/run/image/bbl

7 lines
146 B
Plaintext

proc run_image {elf_img} {
puts "using '$elf_img' as bbl image"
exec rm -f bbl/image.o
exec -ignorestderr make IMAGE_ELF=[pwd]/$elf_img bbl
}