X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=af134d34e4e20eedbb1e44a6debbb0a30403b9f4;hb=b0593363c25a2f0258feaa87d829fa08360b54f2;hp=cc16595cb3df5295e683147c27dfa5be7ea9e87a;hpb=acaa9ee991b584d536ffa9529f063d11be7923a4;p=dpdk.git diff --git a/meson.build b/meson.build index cc16595cb3..af134d34e4 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.05-rc2', 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,