X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=eeb9c66cb5c88a8c3b78f1375b104156656c666f;hb=e853dbb8b23a697b4dfac48cb3d5bad16c7932b6;hp=f99f072ce3eaab6ccfff7e1769d3eabe4a987151;hpb=7baac775945ce26f4740158656965f095dc4dbda;p=dpdk.git diff --git a/meson.build b/meson.build index f99f072ce3..eeb9c66cb5 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.05-rc2', + version: '18.05-rc5', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' @@ -26,7 +26,6 @@ subdir('config') # build libs and drivers subdir('lib') -subdir('kernel') subdir('buildtools') subdir('drivers') @@ -40,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,