genode/repos/base-fiasco/src/core/fiasco/target.mk
Norman Feske 8c4a2a48ca 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.
2017-05-02 15:29:02 +02:00

5 lines
91 B
Makefile

LIBS := core-fiasco
CORE_OBJ := core-fiasco.o
include $(BASE_DIR)/src/core/target.inc