Skip to content

Commit

Permalink
Accumulate version.h generator flags. (qmk#19716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jan 30, 2023
1 parent 2c878b1 commit e296d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builddefs/build_keyboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e296d67

Please sign in to comment.