]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
igb_uio: install module when building with meson
[dpdk.git] / meson_options.txt
index 1a674aa50fb5272d4084c754be959e587c97bfcf..f20887212ae722bbc9a881624bbb35945227a9ae 100644 (file)
@@ -7,7 +7,9 @@ option('examples', type: 'string', value: '',
 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')
+       description: 'path to the kernel for building kernel modules, they 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',
        description: 'set the target machine type')
 option('max_lcores', type: 'string', value: '128',