X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ffm10k%2Fmeson.build;h=299b9ffb5896e994c2789bb2c70cf38fc59375a9;hb=31d7c6f7d424c533b0a4dd9b4408b814ac7852f1;hp=2772ea4dfcf9dddb60c27fbb67f4e9508d8c763b;hpb=acec04c4b2f5c75d244319e1d0ca17ea7d4da72d;p=dpdk.git diff --git a/drivers/net/fm10k/meson.build b/drivers/net/fm10k/meson.build index 2772ea4dfc..299b9ffb58 100644 --- a/drivers/net/fm10k/meson.build +++ b/drivers/net/fm10k/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + subdir('base') objs = [base_objs] @@ -9,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