git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f293c
)
devtools: fix building kernel component tags
author
Jerin Jacob
<jerinj@marvell.com>
Wed, 17 Jul 2019 15:54:42 +0000
(21:24 +0530)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/devtools/build-tags.sh
b/devtools/build-tags.sh
index
d395da4
..
dc037f9
100755
(executable)
--- 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()