patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel component tags
@ 2019-07-17 15:54 jerinj
  2019-07-30 21:53 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: jerinj @ 2019-07-17 15:54 UTC (permalink / raw)
  To: dev; +Cc: thomas, Jerin Jacob, stable

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel component tags
  2019-07-17 15:54 [dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel component tags jerinj
@ 2019-07-30 21:53 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2019-07-30 21:53 UTC (permalink / raw)
  To: jerinj; +Cc: dev, stable

17/07/2019 17:54, jerinj@marvell.com:
> 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>

Applied, thanks




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-30 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 15:54 [dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel component tags jerinj
2019-07-30 21:53 ` Thomas Monjalon

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).