summaryrefslogtreecommitdiffstats
path: root/builddefs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-01-30 08:48:34 +0000
committerQMK Bot <hello@qmk.fm>2023-01-30 08:48:34 +0000
commitcc9520b7a02ccdc97f79a800de04ff4ea15f2656 (patch)
treee32330ccc44f0520005d82f9a0d5eb05a54bed2f /builddefs
parentef6505ad7547f9651bddc309bd323d029d1fac64 (diff)
parente296d671463f38a78c75ee0727016939634ef985 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/build_keyboard.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/builddefs/build_keyboard.mk b/builddefs/build_keyboard.mk
index def0be69b6..7a5412ccd2 100644
--- a/builddefs/build_keyboard.mk
+++ b/builddefs/build_keyboard.mk
@@ -46,11 +46,12 @@ ifdef SKIP_VERSION
endif
# Generate the version.h file
+VERSION_H_FLAGS :=
ifdef SKIP_VERSION
-VERSION_H_FLAGS := --skip-all
+VERSION_H_FLAGS += --skip-all
endif
ifdef SKIP_GIT
-VERSION_H_FLAGS := --skip-git
+VERSION_H_FLAGS += --skip-git
endif
# Generate the board's version.h file.