Home
last modified time | relevance | path

Searched refs:NLLIBNAME (Results 1 – 2 of 2) sorted by relevance

/external/iw/
DMakefile44 NLLIBNAME = libnl-1 macro
50 NLLIBNAME = libnl-2.0 macro
58 NLLIBNAME = libnl-3.0 macro
64 NLLIBNAME = libnl-3.0 macro
72 NLLIBNAME = libnl-3.1 macro
75 ifeq ($(NLLIBNAME),)
79 LIBS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME))
80 CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME))
/external/autotest/client/deps/iwcap/src/
DMakefile24 NLLIBNAME = libnl-1 macro
30 NLLIBNAME = libnl-2.0 macro
33 ifeq ($(NLLIBNAME),)
37 LIBS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME))
38 CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME))