Home | History | Annotate | Download | only in iw

Lines Matching refs:libnl

29 NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y)
31 NL31FOUND := $(shell $(PKG_CONFIG) --exact-version=3.1 libnl-3.1 && echo Y)
33 NL3FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.0 && echo Y)
35 NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y)
37 NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y)
44 NLLIBNAME = libnl-1
50 NLLIBNAME = libnl-2.0
54 # libnl 3.2 might be found as 3.2 and 3.0
58 NLLIBNAME = libnl-3.0
64 NLLIBNAME = libnl-3.0
67 # nl-3.1 has a broken libnl-gnl-3.1.pc file
68 # as show by pkg-config --debug --libs --cflags --exact-version=3.1 libnl-genl-3.1;echo $?
72 NLLIBNAME = libnl-3.1
76 $(error Cannot find development files for any supported version of libnl)