|
@@ -31,7 +31,7 @@ CFLAGS += -I$(abspath ../src/utils)
|
|
|
ifndef CONFIG_NO_GITVER
|
|
|
# Add VERSION_STR postfix for builds from a git repository
|
|
|
ifeq ($(wildcard ../.git),../.git)
|
|
|
-GITVER := $(shell git describe --dirty=+)
|
|
|
+GITVER := $(shell git describe --dirty=+ --tags)
|
|
|
ifneq ($(GITVER),)
|
|
|
CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
|
|
|
endif
|