Provide Genode version information in log

Fixes #551
This commit is contained in:
Christian Helmuth
2014-03-18 16:23:52 +01:00
parent 2f3b67c9e0
commit cd0d378142
11 changed files with 36 additions and 0 deletions

View File

@ -45,6 +45,8 @@ LD_SCRIPT_STATIC = $(LD_SCRIPT_DEFAULT) \
$(call select_from_repositories,src/platform/context_area.stdlib.ld)
endif
include $(GEN_CORE_DIR)/version.inc
vpath main.cc $(GEN_CORE_DIR)
vpath ram_session_component.cc $(GEN_CORE_DIR)
vpath cpu_session_component.cc $(GEN_CORE_DIR)