diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index 4edec312..157664ef 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -341,7 +341,7 @@ CONFIG_DRM_I915 := m endif endif -GIT_REVISION := $(shell cd "$(DRMSRCDIR)" && git-describe --abbrev=17) +GIT_REVISION := $(shell cd "$(DRMSRCDIR)" && git describe --abbrev=17) ifneq ($(GIT_REVISION),) EXTRA_CFLAGS+=-D"GIT_REVISION=\"$(GIT_REVISION)\"" endif |