mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 01:20:11 +01:00
Change git-describe into git describe.
This commit is contained in:
parent
0239594fc3
commit
bffbb497e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue