OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBUS_INCLUDE
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile
44
ifndef
DBUS_INCLUDE
45
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
49
DBUS_INCLUDE
+= $(shell xml2-config --cflags)
53
CFLAGS += $(
DBUS_INCLUDE
)
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
1244
ifndef
DBUS_INCLUDE
1245
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
1247
DBUS_CFLAGS += $(
DBUS_INCLUDE
)
1265
ifndef
DBUS_INCLUDE
1266
DBUS_INCLUDE
:= $(shell $(PKG_CONFIG) --cflags dbus-1)
1272
DBUS_CFLAGS += $(
DBUS_INCLUDE
)
[
all
...]
Completed in 688 milliseconds