[dpdk-stable] [dpdk-dev] [PATCH] devtools: fix building kernel	component tags
    jerinj at marvell.com 
    jerinj at marvell.com
       
    Wed Jul 17 17:54:42 CEST 2019
    
    
  
From: Jerin Jacob <jerinj at marvell.com>
Update devtools/build-tags.sh to account the kernel
components under in kernel directory.
Fixes: acaa9ee991b5 ("move kernel modules directories")
Cc: stable at dpdk.org
Signed-off-by: Jerin Jacob <jerinj at 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
    
    
More information about the stable
mailing list