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:
parent
53f293c9a7
commit
7f12dfdcae
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user