]> git.ipfire.org Git - thirdparty/iw.git/blame - defconfig
ship nl80211.h
[thirdparty/iw.git] / defconfig
CommitLineData
7153dbf3
MK
1# Example iw build time configuration
2#
3# This file lists the configuration options that are used when building the
4# iw binary. All lines starting with # are ignored. Configuration option
63ba65eb
JB
5# lines must be commented out completely, if they are not to be included,
6# i.e. just setting VARIABLE=n is not disabling that variable.
7153dbf3
MK
7#
8# This file is included in Makefile, so variables like CFLAGS and LIBS can also
9# be modified from here. In most cases, these lines should use += in order not
10# to override previous values of the variables.
11
1b5ba357
JB
12# LibNL location
13# (if not installed in a way that makes the compiler/linker find it)
14# by default, libnl's 'make install' installs to /usr/local/ so you may
15# need this
16#
17# CONFIG_LIBNL_LOC = /usr/local/
7153dbf3
MK
18# CFLAGS += -I$(CONFIG_LIBNL_LOC)/include
19# LDFLAGS += -L$(CONFIG_LIBNL_LOC)/lib