[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKwvOd=bRs-YGfOcgzJ8WUPdP6hRr5ENX0seg0SSmdCktxAKJw@mail.gmail.com>
Date: Mon, 21 Aug 2023 11:40:31 -0700
From: Nick Desaulniers <ndesaulniers@...gle.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas@...sle.eu>
Subject: Re: [PATCH] kbuild: remove include/ksym from CLEAN_FILES
On Sat, Aug 19, 2023 at 4:43 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> This is a remnant of commit 5e9e95cc9148 ("kbuild: implement
> CONFIG_TRIM_UNUSED_KSYMS without recursion").
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
Thanks for the patch! I didn't see any more references to include/ksym
after this commit.
Reviewed-by: Nick Desaulniers <ndesaulniers@...gle.com>
> ---
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 4425d87dd2fa..f451241d0feb 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1596,7 +1596,7 @@ endif
> # make distclean Remove editor backup files, patch leftover files and the like
>
> # Directories & files removed with 'make clean'
> -CLEAN_FILES += include/ksym vmlinux.symvers modules-only.symvers \
> +CLEAN_FILES += vmlinux.symvers modules-only.symvers \
> modules.builtin modules.builtin.modinfo modules.nsdeps \
> compile_commands.json .thinlto-cache rust/test rust/doc \
> rust-project.json .vmlinux.objs .vmlinux.export.c
> --
> 2.39.2
>
--
Thanks,
~Nick Desaulniers
Powered by blists - more mailing lists