X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=meson.build;h=e718972f103869454a79ac9e4c9df6aeecabd2b2;hb=refs%2Ftags%2Fupstream%2F18.08;hp=0d9931380120d0cca2f53a4207225e7ab4eafbb8;hpb=ca33590b6af032bff57d9cc70455660466a654b2;p=deb_dpdk.git diff --git a/meson.build b/meson.build index 0d993138..e718972f 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.0', 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,