Commit 1b32dbb5 authored by Adam Wujek's avatar Adam Wujek

Makefile: always include the git commit hash, even for tagged commits

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent c8209bb6
Pipeline #5162 failed with stages
......@@ -121,7 +121,7 @@ OUTPUT-$(CONFIG_WR_NODE) = wrc
OUTPUT-$(CONFIG_WR_SWITCH) = rt_cpu
OUTPUT := $(OUTPUT-y)
GIT_VER = $(shell git describe --always --dirty | sed 's;^wr-switch-sw-;;')
GIT_VER = $(shell git describe --always --dirty --long | sed 's;^wr-switch-sw-;;')
GIT_USR = $(shell git config --get-all user.name)
export GIT_VER
export GIT_USR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment