Re: [PATCH] arm64: replace arm64-obj-* in Makefile with obj-*

From: Will Deacon
Date: Fri Dec 14 2018 - 04:51:59 EST


Hi Masahiro,

On Fri, Dec 14, 2018 at 01:01:52PM +0900, Masahiro Yamada wrote:
> Use the standard obj-$(CONFIG_...) syntex. The behavior is still the
> same.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> arch/arm64/kernel/Makefile | 59 +++++++++++++++++++++++-----------------------
> 1 file changed, 29 insertions(+), 30 deletions(-)

I'm fine with this patch, but I think I'd prefer to apply it at -rc1 so
we don't end up with lots of silly conflicts in the Makefile for any new
files added during the merge window.

Is that ok with you?

Will