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?

Reply via email to