devtools: fix building kernel component tags

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>
This commit is contained in:
Jerin Jacob 2019-07-17 21:24:42 +05:30 committed by Thomas Monjalon
parent 53f293c9a7
commit 7f12dfdcae

View File

@ -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()