From: Jerin Jacob <jer...@marvell.com>

Update devtools/build-tags.sh to account the kernel
components under in kernel directory.

Fixes: acaa9ee991b5 ("move kernel modules directories")
Cc: sta...@dpdk.org

Signed-off-by: Jerin Jacob <jer...@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

Reply via email to