X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=448f3e63dcf27c85cc7e9777f2075e01aa8d09bb;hb=d3ce1dc637c1bbef9a407f10281b2bc0549256da;hp=16d9f92c657ce14bdd34b31ea179504ec2df4db8;hpb=cf123ee7c4a20d17fc0b41e9bac5702bca057705;p=dpdk.git diff --git a/meson_options.txt b/meson_options.txt index 16d9f92c65..448f3e63dc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -10,12 +10,14 @@ option('enable_kmods', type: 'boolean', value: true, description: 'build kernel modules') option('examples', type: 'string', value: '', description: 'Comma-separated list of examples to build by default') +option('flexran_sdk', type: 'string', value: '', + description: 'Path to FlexRAN SDK optional Libraries for BBDEV device') option('ibverbs_link', type: 'combo', choices : ['shared', 'dlopen'], value: 'shared', description: 'Linkage method (shared/dlopen) for Mellanox PMDs with ibverbs dependencies.') option('include_subdir_arch', type: 'string', value: '', description: 'subdirectory where to install arch-dependent headers') option('kernel_dir', type: 'string', value: '', - description: 'path to the kernel for building kernel modules, they will be installed in $DEST_DIR/$kernel_dir/../extra/dpdk') + description: 'Path to the kernel for building kernel modules. Headers must be in $kernel_dir/build. Modules will be installed in $DEST_DIR/$kernel_dir/extra/dpdk.') option('lib_musdk_dir', type: 'string', value: '', description: 'path to the MUSDK library installation directory') option('machine', type: 'string', value: 'native',