Re: [PATCH] riscv: Fix build dependency for loader

From: Paul Walmsley
Date: Mon Dec 09 2019 - 09:55:56 EST


On Sat, 7 Dec 2019, Olof Johansson wrote:

> The Makefile addition for the flat image loader missed an obj prefix.
>
> For most parallel builds this worked out fine, but with -j1 the dependency
> wasn't fulfilled and thus fails:
>
> arch/riscv/boot/loader.S: Assembler messages:
> arch/riscv/boot/loader.S:7: Error: file not found: arch/riscv/boot/Image
>
> Fixes: 405fe7aa0dba ("riscv: provide a flat image loader")
> Cc: Christoph Hellwig <hch@xxxxxx>
> Signed-off-by: Olof Johansson <olof@xxxxxxxxx>

Thanks, queued for v5.5-rc.


- Paul