]> git.droids-corp.org - dpdk.git/blobdiff - meson_options.txt
igb_uio: build with meson
[dpdk.git] / meson_options.txt
index c03b79fbdd6d9ee010649e1e91bfea8d0eae738c..9c45b815961c21516321e532386900dd2b4b532a 100644 (file)
@@ -4,3 +4,5 @@ option('max_numa_nodes', type: 'string', value: '4', description: 'maximum numbe
 option('use_hpet', type: 'boolean', value: false, description: 'use HPET timer in EAL')
 option('allow_invalid_socket_id', type: 'boolean', value: false,
        description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly')
+option('enable_kmods', type: 'boolean', value: true, description: 'build kernel modules')
+option('kernel_dir', type: 'string', value: '', description: 'path to the kernel for building kernel modules')