diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,9 +19,9 @@ endif | |||
| 19 | # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly | 19 | # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly |
| 20 | override SILENT := false | 20 | override SILENT := false |
| 21 | 21 | ||
| 22 | ifndef SUB_IS_SILENT | ||
| 22 | QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) | 23 | QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) |
| 23 | ifneq ($(QMK_VERSION),) | 24 | ifneq ($(QMK_VERSION),) |
| 24 | ifneq ($(SILENT),) | ||
| 25 | $(info QMK Firmware $(QMK_VERSION)) | 25 | $(info QMK Firmware $(QMK_VERSION)) |
| 26 | endif | 26 | endif |
| 27 | endif | 27 | endif |
