mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
core: install core-<kernel>.o at bin/
By installing the core object to bin/, we follow the same convention as for regular binaries. This, in turn, enables us to ship core in a regular binary archive. The patch also adjusts the run tool to pick up the core object from bin/ for the final linking stage.
This commit is contained in:
committed by
Christian Helmuth
parent
60cda87b5c
commit
8c4a2a48ca
@@ -1,5 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-nova.lib.so" }
|
||||
proc binary_name_core_o { } { return "nova/core.o" }
|
||||
proc binary_name_core_o { } { return "core-nova.o" }
|
||||
proc binary_name_timer { } { return "nova_timer_drv" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user