[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAQtFJidvPTJSP3JE0c=xPq4vegvCRETbO0n5TQeb+j6KA@mail.gmail.com>
Date: Sat, 25 Jul 2020 02:21:47 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Max Filippov <jcmvbkbc@...il.com>
Cc: "open list:TENSILICA XTENSA PORT (xtensa)"
<linux-xtensa@...ux-xtensa.org>, Chris Zankel <chris@...kel.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-kbuild <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH 2/2] xtensa: add uImage and xipImage to targets
On Wed, Jul 22, 2020 at 2:34 PM Max Filippov <jcmvbkbc@...il.com> wrote:
>
> uImage and xipImage are always rebuilt in the xtensa kernel build
> process. Add them to 'targets' to avoid that.
>
> Signed-off-by: Max Filippov <jcmvbkbc@...il.com>
> ---
Reviewed-by: Masahiro Yamada <masahiroy@...nel.org>
> arch/xtensa/boot/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile
> index 801fe30b4dfe..f6bb352f94b4 100644
> --- a/arch/xtensa/boot/Makefile
> +++ b/arch/xtensa/boot/Makefile
> @@ -18,6 +18,7 @@ export BIG_ENDIAN
>
> subdir-y := lib
> targets += vmlinux.bin vmlinux.bin.gz
> +targets += uImage xipImage
>
> # Subdirs for the boot loader(s)
>
> --
> 2.20.1
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists