OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GITVER
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hostapd/
Makefile
35
GITVER
:= $(shell git describe --dirty=+)
36
ifneq ($(
GITVER
),)
37
CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(
GITVER
)\"
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
34
GITVER
:= $(shell git describe --dirty=+)
35
ifneq ($(
GITVER
),)
36
CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(
GITVER
)\"
[
all
...]
Completed in 113 milliseconds