devtools: fix building kernel component tags
authorJerin Jacob <jerinj@marvell.com>
Wed, 17 Jul 2019 15:54:42 +0000 (21:24 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 22:22:33 +0000 (00:22 +0200)
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

index d395da4..dc037f9 100755 (executable)
@@ -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()