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:
Norman Feske
2017-04-05 10:18:35 +02:00
committed by Christian Helmuth
parent 60cda87b5c
commit 8c4a2a48ca
16 changed files with 27 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
LIBS = core-nova
LIBS := core-nova
CORE_OBJ := core-nova.o
include $(BASE_DIR)/src/core/target.inc