OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLLIBNAME
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/deps/iwcap/src/
Makefile
24
NLLIBNAME
= libnl-1
30
NLLIBNAME
= libnl-2.0
33
ifeq ($(
NLLIBNAME
),)
37
LIBS += $(shell $(PKG_CONFIG) --libs $(
NLLIBNAME
))
38
CFLAGS += $(shell $(PKG_CONFIG) --cflags $(
NLLIBNAME
))
/external/iw/
Makefile
44
NLLIBNAME
= libnl-1
50
NLLIBNAME
= libnl-2.0
58
NLLIBNAME
= libnl-3.0
64
NLLIBNAME
= libnl-3.0
72
NLLIBNAME
= libnl-3.1
75
ifeq ($(
NLLIBNAME
),)
79
LIBS += $(shell $(PKG_CONFIG) --libs $(
NLLIBNAME
))
80
CFLAGS += $(shell $(PKG_CONFIG) --cflags $(
NLLIBNAME
))
Completed in 56 milliseconds