[dpdk-dev] [PATCH] build: remove non-x86 file from non-x86 net/avf builds

Luca Boccassi bluca at debian.org
Wed Sep 26 12:17:51 CEST 2018


The sse file was added both conditionally on building for x86 and
unconditionally, which breaks the build on non-x86.

Fixes: bd29fd07ba64 ("build: add Meson files for avf PMD")

Signed-off-by: Luca Boccassi <bluca at debian.org>
---
 drivers/net/avf/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/avf/meson.build b/drivers/net/avf/meson.build
index b5ad9cc673..9a05ebbf4e 100644
--- a/drivers/net/avf/meson.build
+++ b/drivers/net/avf/meson.build
@@ -9,7 +9,6 @@ objs = [base_objs]
 sources = files(
 	'avf_ethdev.c',
 	'avf_rxtx.c',
-	'avf_rxtx_vec_sse.c',
 	'avf_vchnl.c',
 )
 
-- 
2.18.0



More information about the dev mailing list