X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=a1c91279ad2088205606da13b4725293a3ecd990;hb=27c813679ea961b94d3184c09e50a055ad726da3;hp=0d9931380120d0cca2f53a4207225e7ab4eafbb8;hpb=200b88cbe0e6f3efd5edf81f8bfc4ace2bb17928;p=dpdk.git diff --git a/meson.build b/meson.build index 0d99313801..a1c91279ad 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.02.0', + version: '18.08-rc0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' @@ -39,6 +39,11 @@ if get_option('examples') != '' subdir('examples') endif +# build kernel modules if enabled +if get_option('enable_kmods') + subdir('kernel') +endif + # write the build config build_cfg = 'rte_build_config.h' configure_file(output: build_cfg,