]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
crypto/armv8: fix clang build
[dpdk.git] / meson_options.txt
index 53dfe13c30e194bc37a6c81a7744ccc4b7303d15..20be15fe6b6b92188070cb3c493c48b61e23bfde 100644 (file)
@@ -1,5 +1,7 @@
 # Please keep these options sorted alphabetically.
 
+option('armv8_crypto_dir', type: 'string', value: '',
+       description: 'path to the armv8_crypto library installation directory')
 option('disable_drivers', type: 'string', value: '',
        description: 'Comma-separated list of drivers to explicitly disable.')
 option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-<VERSION>',