diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-08 11:27:15 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-20 03:56:33 +0300 |
commit | dd8c1a7659fec4fe3211682864fc4c50d4a61f85 (patch) | |
tree | 8f988ca3d69a4006d848688882fc13cf7b6779af /tmk_core/common.mk | |
parent | 60c6e79ecb032e9726809a295ab3e0011e6b2fb4 (diff) | |
download | qmk_firmware-dd8c1a7659fec4fe3211682864fc4c50d4a61f85.tar.gz |
Don't add VERSION as a define
To avoid full recompilation when the git commit hash changes.
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r-- | tmk_core/common.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk index aa05b9491..21b894e2b 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -106,9 +106,6 @@ $(error MASTER does not have a valid value(left/right)) endif -# Version string -OPT_DEFS += -DVERSION=$(GIT_VERSION) - # Bootloader address ifdef STM32_BOOTLOADER_ADDRESS OPT_DEFS += -DSTM32_BOOTLOADER_ADDRESS=$(STM32_BOOTLOADER_ADDRESS) |