mk: allow to specify O= in install rule
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 30 Jan 2013 15:29:43 +0000 (16:29 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:13 +0000 (11:01 +0100)
commit713295f1e07ad8d6ae6140821e90c33ccb70abea
tree06f535bdbefa37d9d3cbc104e609351287b7d86c
parent4403715ec65a8a85302d29495a938fe70c799a68
mk: allow to specify O= in install rule

This variable $(O) can be used to specify a build directory
when doing an "install" procedure. The default is ".", which
means that targets will be built in the source dpdk.

This option is useful to compile outside of the source tree that may be
read-only.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/build-sdk-quick.txt
mk/rte.sdkinstall.mk