DPDK patches and discussions
 help / color / mirror / Atom feed
From: Srikanth Yalavarthi <syalavarthi@marvell.com>
Cc: <dev@dpdk.org>, <syalavarthi@marvell.com>,
	<sshankarnara@marvell.com>, <jerinj@marvell.com>,
	<thomas@monjalon.net>
Subject: [PATCH v1 1/1] devtools: update sources in build tags script
Date: Tue, 7 Nov 2023 20:44:33 -0800	[thread overview]
Message-ID: <20231108044433.11176-1-syalavarthi@marvell.com> (raw)

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


             reply	other threads:[~2023-11-08  4:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08  4:44 Srikanth Yalavarthi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231108044433.11176-1-syalavarthi@marvell.com \
    --to=syalavarthi@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=sshankarnara@marvell.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).