HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_BACKEND (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
Android.mk 76 ifndef CONFIG_BACKEND
77 CONFIG_BACKEND=file
80 ifeq ($(CONFIG_BACKEND), file)
85 ifeq ($(CONFIG_BACKEND), winreg)
89 ifeq ($(CONFIG_BACKEND), none)
409 ifneq ($(CONFIG_BACKEND), file)
Makefile 73 ifndef CONFIG_BACKEND
74 CONFIG_BACKEND=file
77 ifeq ($(CONFIG_BACKEND), file)
82 ifeq ($(CONFIG_BACKEND), winreg)
86 ifeq ($(CONFIG_BACKEND), none)
489 ifneq ($(CONFIG_BACKEND), file)
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 109 ifndef CONFIG_BACKEND
110 CONFIG_BACKEND=file
113 ifeq ($(CONFIG_BACKEND), file)
121 ifeq ($(CONFIG_BACKEND), winreg)
125 ifeq ($(CONFIG_BACKEND), none)
Makefile 90 ifndef CONFIG_BACKEND
91 CONFIG_BACKEND=file
94 ifeq ($(CONFIG_BACKEND), file)
102 ifeq ($(CONFIG_BACKEND), winreg)
106 ifeq ($(CONFIG_BACKEND), none)

Completed in 15 milliseconds