HomeSort by relevance Sort by last modified time
    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