X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=meson_options.txt;h=53dfe13c30e194bc37a6c81a7744ccc4b7303d15;hp=bc369d06c98adb44bcc3e92ebf538156f78ef43d;hb=91a861e54164b5cc0201fd52aec7013a253694c9;hpb=03bff90ccfd6ad347f1e50901caf47890872ca28 diff --git a/meson_options.txt b/meson_options.txt index bc369d06c9..53dfe13c30 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,7 +6,7 @@ option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-', 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_kmods', type: 'boolean', value: true, +option('enable_kmods', type: 'boolean', value: false, description: 'build kernel modules') option('examples', type: 'string', value: '', description: 'Comma-separated list of examples to build by default')