[PATCH v1 1/1] devtools: update sources in build tags script
Ferruh Yigit
ferruh.yigit at amd.com
Wed Nov 8 09:48:46 CET 2023
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 <syalavarthi at 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.yigit at amd.com>
Can you please add the fixes tag, it should be the commit that
deprecates kmods but missed to update this file?
More information about the dev
mailing list