X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ffm10k%2Fmeson.build;h=299b9ffb5896e994c2789bb2c70cf38fc59375a9;hb=31d7c6f7d424c533b0a4dd9b4408b814ac7852f1;hp=8f6e423922ec8dccf61a275508040526b4f30eb0;hpb=6bee9d5f456a61a427384c815f6827aad83e3c06;p=dpdk.git diff --git a/drivers/net/fm10k/meson.build b/drivers/net/fm10k/meson.build index 8f6e423922..299b9ffb58 100644 --- a/drivers/net/fm10k/meson.build +++ b/drivers/net/fm10k/meson.build @@ -1,7 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -allow_experimental_apis = true +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif subdir('base') objs = [base_objs] @@ -11,7 +15,6 @@ sources = files( 'fm10k_rxtx.c', ) if arch_subdir == 'x86' - dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1) sources += files('fm10k_rxtx_vec.c') endif