Skip to content

Commit

Permalink
devtools: fix building kernel component tags
Browse files Browse the repository at this point in the history
[ upstream commit 7f12dfd ]

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

Fixes: acaa9ee ("move kernel modules directories")

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
jerinjacobk authored and kevintraynor committed Sep 4, 2019
1 parent 5636553 commit a4f4d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/build-tags.sh
Expand Up @@ -68,11 +68,13 @@ common_sources()
linux_sources()
{
find_sources "lib/librte_eal/linuxapp" '*.[chS]'
find_sources "kernel/linux" '*.[chS]'
}

bsd_sources()
{
find_sources "lib/librte_eal/bsdapp" '*.[chS]'
find_sources "kernel/freebsd" '*.[chS]'
}

arm_common()
Expand Down

0 comments on commit a4f4d3f

Please sign in to comment.