Message ID | 20200722053417.5915-3-jcmvbkbc@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | xtensa: boot targets cleanup | expand |
On Wed, Jul 22, 2020 at 2:34 PM Max Filippov <jcmvbkbc@gmail.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@gmail.com> > --- Reviewed-by: Masahiro Yamada <masahiroy@kernel.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 >
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)
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@gmail.com> --- arch/xtensa/boot/Makefile | 1 + 1 file changed, 1 insertion(+)