Re: [PATCH] arm64: vdso: fix and clean-up Makefile
From: Will Deacon
Date: Wed Apr 03 2019 - 08:44:44 EST
Hi Masahiro,
On Wed, Apr 03, 2019 at 05:48:22PM +0900, Masahiro Yamada wrote:
> - $(call if_changed,...) must have FORCE as a prerequisite
>
> - vdso.lds is a generated file, so it should be prefixed with
> $(obj)/ instead of $(src)/.
Hmm, this sounds quite alarming! How come out of tree builds seem to work
ok without this patch?
Will