[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQ2Mojdcu7hg+_q5VopnDPEtx=LK9m-3df6m2TCncrNfA@mail.gmail.com>
Date: Sat, 28 Mar 2020 11:31:14 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: David Engraf <david.engraf@...go.com>
Cc: Michal Marek <michal.lkml@...kovi.net>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: add outputmakefile to no-dot-config-targets
On Fri, Mar 27, 2020 at 4:37 AM David Engraf <david.engraf@...go.com> wrote:
>
> The target outputmakefile is used to generate a Makefile
> for out-of-tree builds and does not depend on the kernel
> configuration.
>
> Signed-off-by: David Engraf <david.engraf@...go.com>
Applied to linux-kbuild.
Thanks.
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index e56bf7ef182d..45be0e5b0cef 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -255,7 +255,7 @@ clean-targets := %clean mrproper cleandocs
> no-dot-config-targets := $(clean-targets) \
> cscope gtags TAGS tags help% %docs check% coccicheck \
> $(version_h) headers headers_% archheaders archscripts \
> - %asm-generic kernelversion %src-pkg
> + %asm-generic kernelversion %src-pkg outputmakefile
> no-sync-config-targets := $(no-dot-config-targets) install %install \
> kernelrelease
> single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
> --
> 2.17.1
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists