summaryrefslogtreecommitdiff
path: root/cesar/common/make
diff options
context:
space:
mode:
authorNicolas Schodet2010-12-01 16:20:35 +0100
committerNicolas Schodet2010-12-08 17:44:17 +0100
commitcc63c44f01d0087c837667f4bfb3c0cc508f732f (patch)
tree77e835614bd3153baa386aae4f07023aa269f2bd /cesar/common/make
parent5a5f606acb02a31b25996dddadb56ad509c76636 (diff)
cesar/common/make, cesar/lib/dbg: include version information on fatal error
Diffstat (limited to 'cesar/common/make')
-rw-r--r--cesar/common/make/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/make/config.mk b/cesar/common/make/config.mk
index b49ae019f8..ab56cfc786 100644
--- a/cesar/common/make/config.mk
+++ b/cesar/common/make/config.mk
@@ -21,7 +21,7 @@ MODULE_CONFIG_FORCE := $(if $(call list-neq,$(MODULE_LIST),$(ALL_MODULES)),MODUL
HEADERS_CONFIG_STAMP := $(HEADERS_CONFIG)/headers.stamp
.PHONY: BUILD_INFO_FORCE
-BUILD_INFO_FLAGS := -i implementation
+BUILD_INFO_FLAGS := -i implementation -i project -i version
COMPILE_DEPS += $(HEADERS_CONFIG_STAMP) $(OBJ_INC_DIR)/module_config.h $(OBJ_INC_DIR)/build_info.h