Re: [PATCH] xtensa: add boot subdirectories build artifacts to 'targets'

2020-07-25 Thread Masahiro Yamada
On Wed, Jul 22, 2020 at 12:57 PM Max Filippov wrote: > > On Tue, Jul 21, 2020 at 5:47 PM Masahiro Yamada wrote: > > > > Xtensa always rebuilds the following even if nothing in the source code > > has been changed. Passing V=2 shows the reason. > > > > AS

Re: [PATCH] xtensa: add boot subdirectories build artifacts to 'targets'

2020-07-21 Thread Max Filippov
On Tue, Jul 21, 2020 at 5:47 PM Masahiro Yamada wrote: > > Xtensa always rebuilds the following even if nothing in the source code > has been changed. Passing V=2 shows the reason. > > AS arch/xtensa/boot/boot-elf/bootstrap.o - due to bootstrap.o not in > $(targets) > LDS

[PATCH] xtensa: add boot subdirectories build artifacts to 'targets'

2020-07-21 Thread Masahiro Yamada
Xtensa always rebuilds the following even if nothing in the source code has been changed. Passing V=2 shows the reason. AS arch/xtensa/boot/boot-elf/bootstrap.o - due to bootstrap.o not in $(targets) LDS arch/xtensa/boot/boot-elf/boot.lds - due to boot.lds not in $(targets) They