aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 5bae0d762..aa05b9491 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -107,7 +107,7 @@ endif
107 107
108 108
109# Version string 109# Version string
110OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null) 110OPT_DEFS += -DVERSION=$(GIT_VERSION)
111 111
112# Bootloader address 112# Bootloader address
113ifdef STM32_BOOTLOADER_ADDRESS 113ifdef STM32_BOOTLOADER_ADDRESS