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

@@ -36,6 +36,8 @@ INC_DIR += $(REP_DIR)/src/core/include \
$(REP_DIR)/include/codezero/dummies \
$(BASE_DIR)/src/base/thread
include $(GEN_CORE_DIR)/version.inc
vpath main.cc $(GEN_CORE_DIR)
vpath ram_session_component.cc $(GEN_CORE_DIR)
vpath rom_session_component.cc $(GEN_CORE_DIR)