X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson_options.txt;h=53dfe13c30e194bc37a6c81a7744ccc4b7303d15;hb=be67d057590ca01362e32cded3a28ff20e0bd14e;hp=bc369d06c98adb44bcc3e92ebf538156f78ef43d;hpb=cba806e07d6f7e6cfa9749346f2dc75288f984f7;p=dpdk.git 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')