> -----Original Message-----
> From: Ferruh Yigit <ferruh.yi...@amd.com>
> Sent: 08 November 2023 14:19
> To: Srikanth Yalavarthi <syalavar...@marvell.com>
> Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao
> <sshankarn...@marvell.com>; Jerin Jacob Kollanukkaran
> <jer...@marvell.com>; tho...@monjalon.net
> Subject: [EXT] Re: [PATCH v1 1/1] devtools: update sources in build tags
> script
>
> External Email
>
> ----------------------------------------------------------------------
> On 11/8/2023 4:44 AM, Srikanth Yalavarthi wrote:
> > 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 <syalavar...@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()
>
> Acked-by: Ferruh Yigit <ferruh.yi...@amd.com>
>
>
> Can you please add the fixes tag, it should be the commit that deprecates
> kmods but missed to update this file?
Updated in v2.