nova: avoid copying core.o to image file

This commit is contained in:
Alexander Boettcher 2017-06-16 22:27:40 +02:00 committed by Norman Feske
parent 73eb7a52a0
commit 7673fed1f1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ proc run_boot_dir {binaries} {
if {[llength $targets]} { build $targets }
if {$kernel_arg != ""} { file copy -force bin/hypervisor [run_dir]/genode/hypervisor }
if {$core_arg != ""} { file copy -force bin/core-nova.o [run_dir]/genode/core.o }
if {$core_arg != ""} { file copy -force bin/core-nova.o [run_dir]/genode/core-nova.o }
if {$ld_arg != ""} { file copy -force bin/ld-nova.lib.so [run_dir]/genode/ld.lib.so }
#