numam-dpdk/app
Bruce Richardson 3e5c3d58e1 build: build as both static and shared libs
This patch changes the build process to group all .o files for a driver or
library into a static archive first, and then link the .o files together
into a shared library. This eliminates the need for separate static or
shared object builds when packaging, for instance.

The "default_library" configuration option now only affects the apps and
examples, which are either linked against the static or shared library
versions depending on the value of the option.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
..
pdump mk: add experimental tag check 2018-01-29 23:35:29 +01:00
proc_info mk: add experimental tag check 2018-01-29 23:35:29 +01:00
test-bbdev mk: add experimental tag check 2018-01-29 23:35:29 +01:00
test-crypto-perf app/crypto-perf: fix out-of-bounds array access 2018-01-29 20:22:33 +01:00
test-eventdev mk: add experimental tag check 2018-01-29 23:35:29 +01:00
test-pmd build: build as both static and shared libs 2018-01-30 21:58:59 +01:00
Makefile app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
meson.build app/testpmd: build with meson 2018-01-30 17:49:16 +01:00