Go to file
Thomas Monjalon 6b62a72a70 mk: install a standard cutomizable tree
The rule "install" follows these conventions:
http://gnu.org/prep/standards/html_node/Directory-Variables.html
http://gnu.org/prep/standards/html_node/DESTDIR.html

The variable sdkdir has been added to the more standards ones,
to configure the directory used with RTE_SDK when using the DPDK makefiles
to build an application.

It is still possible to build DPDK with the "install T=" rule without
specifying any DESTDIR. In such case there is no install, as before.

The old usage of an installed SDK is:
    make -C examples/helloworld RTE_SDK=$(readlink -m $DESTDIR) \
         RTE_TARGET=x86_64-native-linuxapp-gcc
RTE_TARGET can be specified but is useless now with an installed SDK.
The RTE_SDK directory must now point to a different path depending of
the installation.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
2015-12-06 15:41:04 +01:00
app app/cmdline_test: add missing dependencies 2015-12-03 00:02:26 +01:00
config config: disable vector optimizations in sched library 2015-12-06 01:02:51 +01:00
doc mk: install a standard cutomizable tree 2015-12-06 15:41:04 +01:00
drivers eal: fix build with Xen dom0 enabled 2015-12-06 01:02:51 +01:00
examples examples/distributor: fix build with icc 2015 2015-11-27 21:43:35 +01:00
lib sched: fix build without SSE4 2015-12-06 01:02:51 +01:00
mk mk: install a standard cutomizable tree 2015-12-06 15:41:04 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: fix combined lib build with ABI versioning 2015-12-06 15:41:04 +01:00
tools mk: remove multi-target install 2015-12-06 15:41:04 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS mk: fix combined lib build with ABI versioning 2015-12-06 15:41:04 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00