From: Luca Boccassi <bluca@debian.org>
To: dev@dpdk.org
Cc: bruce.richardson@intel.com, wenzhuo.lu@intel.com,
jingjing.wu@intel.com, Luca Boccassi <bluca@debian.org>
Subject: [PATCH] build: remove non-x86 file from non-x86 net/avf builds
Date: Wed, 26 Sep 2018 11:17:51 +0100 [thread overview]
Message-ID: <20180926101751.18591-1-bluca@debian.org> (raw)
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@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
next reply other threads:[~2018-09-26 10:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 10:17 Luca Boccassi [this message]
2018-09-26 10:48 ` [PATCH] build: remove non-x86 file from non-x86 net/avf builds Ferruh Yigit
2018-09-26 10:56 ` Luca Boccassi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180926101751.18591-1-bluca@debian.org \
--to=bluca@debian.org \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=jingjing.wu@intel.com \
--cc=wenzhuo.lu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.