]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/meson.build
net/mlx5: enforce limitation on IPv6 next protocol
[dpdk.git] / drivers / net / ice / meson.build
index e6fe7448798e1058baf67a543c346defebcc98e4..f6a64d91c6346513baf7b53675f35832c305d472 100644 (file)
@@ -22,7 +22,7 @@ if arch_subdir == 'x86'
        # compile AVX2 version if either:
        # a. we have AVX supported in minimum instruction set baseline
        # b. it's not minimum instruction set, but supported by compiler
-       if dpdk_conf.has('RTE_MACHINE_CPUFLAG_AVX2')
+       if cc.get_define('__AVX2__', args: machine_args) != ''
                sources += files('ice_rxtx_vec_avx2.c')
        elif cc.has_argument('-mavx2')
                ice_avx2_lib = static_library('ice_avx2_lib',
@@ -39,4 +39,4 @@ sources += files('ice_dcf.c',
                 'ice_dcf_ethdev.c',
                 'ice_dcf_parent.c')
 
-install_headers('rte_pmd_ice.h')
+headers = files('rte_pmd_ice.h')