diff options
author | Luca Boccassi <bluca@debian.org> | 2018-10-02 17:20:46 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2018-10-27 23:22:21 +0200 |
commit | b63e5d479019f6d1873beb66591be556fca0f11a (patch) | |
tree | 9d7e04c240a27654e8e692349fd48d935adc54ca /meson_options.txt | |
parent | 085766aa67b7c18897fbcea69be0d7900db295c0 (diff) | |
download | dpdk-draft-windows-b63e5d479019f6d1873beb66591be556fca0f11a.zip dpdk-draft-windows-b63e5d479019f6d1873beb66591be556fca0f11a.tar.gz dpdk-draft-windows-b63e5d479019f6d1873beb66591be556fca0f11a.tar.xz |
build: add option to override drivers install directory
Allow users and packagers to override the default dpdk/drivers
subdirectory where the PMDs get installed under $lib.
Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Timothy Redaelli <tredaelli@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d14bde8..10b5416 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,7 @@ option('allow_invalid_socket_id', type: 'boolean', value: false, description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly') +option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>', + description: 'Subdirectory of libdir where to install PMDs. Defaults to using a versioned subdirectory.') option('enable_driver_mlx_glue', type: 'boolean', value: false, description: 'Enable glue library for Mellanox PMDs') option('enable_kmods', type: 'boolean', value: true, |