]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/fm10k/meson.build
net/txgbe: support VF MAC address
[dpdk.git] / drivers / net / fm10k / meson.build
index 8f6e423922ec8dccf61a275508040526b4f30eb0..299b9ffb5896e994c2789bb2c70cf38fc59375a9 100644 (file)
@@ -1,7 +1,11 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
 # 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]
 
 subdir('base')
 objs = [base_objs]
@@ -11,7 +15,6 @@ sources = files(
        'fm10k_rxtx.c',
 )
 if arch_subdir == 'x86'
        'fm10k_rxtx.c',
 )
 if arch_subdir == 'x86'
-       dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)
        sources += files('fm10k_rxtx_vec.c')
 endif
 
        sources += files('fm10k_rxtx_vec.c')
 endif