DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 1/1] devtools: update sources in build tags script
@ 2023-11-08  4:44 Srikanth Yalavarthi
  2023-11-08  8:48 ` Ferruh Yigit
  2023-11-08  9:28 ` [PATCH v2 " Srikanth Yalavarthi
  0 siblings, 2 replies; 10+ messages in thread
From: Srikanth Yalavarthi @ 2023-11-08  4:44 UTC (permalink / raw)
  Cc: dev, syalavarthi, sshankarnara, jerinj, thomas

As part of deprecating kmods meson option, 'kernel/linux'
directory is removed from the repository.

This patch removes non-existing 'kernel/linux' directory
from linux_sources of build tags script.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
---
 devtools/build-tags.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devtools/build-tags.sh b/devtools/build-tags.sh
index bf3b13ebac..e07349a47f 100755
--- a/devtools/build-tags.sh
+++ b/devtools/build-tags.sh
@@ -68,7 +68,6 @@ common_sources()
 linux_sources()
 {
 	find_sources "lib/eal/linux" '*.[chS]'
-	find_sources "kernel/linux" '*.[chS]'
 }
 
 bsd_sources()
-- 
2.42.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-28 10:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08  4:44 [PATCH v1 1/1] devtools: update sources in build tags script Srikanth Yalavarthi
2023-11-08  8:48 ` Ferruh Yigit
2023-11-08  9:29   ` [EXT] " Srikanth Yalavarthi
2023-11-08  9:28 ` [PATCH v2 " Srikanth Yalavarthi
2023-11-08  9:31   ` Morten Brørup
2023-11-08 11:24   ` Thomas Monjalon
2023-11-08 14:42     ` [EXT] " Srikanth Yalavarthi
2023-11-08 15:23       ` Thomas Monjalon
2023-11-28 10:57         ` Thomas Monjalon
2023-11-08 11:44   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).