From: <jerinj@marvell.com>
To: <dev@dpdk.org>
Cc: <thomas@monjalon.net>, Jerin Jacob <jerinj@marvell.com>,
<stable@dpdk.org>
Subject: [dpdk-dev] [PATCH] devtools: fix building kernel component tags
Date: Wed, 17 Jul 2019 21:24:42 +0530 [thread overview]
Message-ID: <20190717155442.48187-1-jerinj@marvell.com> (raw)
From: Jerin Jacob <jerinj@marvell.com>
Update devtools/build-tags.sh to account the kernel
components under in kernel directory.
Fixes: acaa9ee991b5 ("move kernel modules directories")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
devtools/build-tags.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devtools/build-tags.sh b/devtools/build-tags.sh
index d395da47e..dc037f92b 100755
--- a/devtools/build-tags.sh
+++ b/devtools/build-tags.sh
@@ -68,11 +68,13 @@ common_sources()
linux_sources()
{
find_sources "lib/librte_eal/linux" '*.[chS]'
+ find_sources "kernel/linux" '*.[chS]'
}
bsd_sources()
{
find_sources "lib/librte_eal/freebsd" '*.[chS]'
+ find_sources "kernel/freebsd" '*.[chS]'
}
arm_common()
--
2.22.0
next reply other threads:[~2019-07-17 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 15:54 jerinj [this message]
2019-07-30 21:53 ` Thomas Monjalon
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=20190717155442.48187-1-jerinj@marvell.com \
--to=jerinj@marvell.com \
--cc=dev@dpdk.org \
--cc=stable@dpdk.org \
--cc=thomas@monjalon.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).