The CC_AVX512_SUPPORT macro was never used in the cpfl source code files, so there is need to define it in the meson.build file.
Signed-off-by: Bruce Richardson <[email protected]> --- drivers/net/intel/cpfl/meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/net/intel/cpfl/meson.build b/drivers/net/intel/cpfl/meson.build index 1f0269d50b..0da84f3538 100644 --- a/drivers/net/intel/cpfl/meson.build +++ b/drivers/net/intel/cpfl/meson.build @@ -22,10 +22,6 @@ sources = files( 'cpfl_rules.c', ) -if arch_subdir == 'x86' and cc_has_avx512 - cflags += ['-DCC_AVX512_SUPPORT'] -endif - if dpdk_conf.has('RTE_HAS_JANSSON') sources += files( 'cpfl_flow.c', -- 2.53.0

