net/mlx5: fix setting VF default MAC through representor
[dpdk.git] / meson_options.txt
index 3b8c5d3..86bc6c8 100644 (file)
@@ -8,6 +8,8 @@ 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_docs', type: 'boolean', value: false,
        description: 'build documentation')
+option('enable_driver_sdk', type: 'boolean', value: false,
+       description: 'Install headers to build drivers.')
 option('enable_kmods', type: 'boolean', value: false,
        description: 'build kernel modules')
 option('examples', type: 'string', value: '',