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

From: Will Deacon
Date: Fri Dec 14 2018 - 05:37:25 EST


On Fri, Dec 14, 2018 at 07:35:57PM +0900, Masahiro Yamada wrote:
> Hi Will,
>
> On Fri, Dec 14, 2018 at 6:54 PM Will Deacon <will.deacon@xxxxxxx> wrote:
> >
> > 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?
>
> Sure!

Brill. Please poke me again in January if it hasn't landed by then ;)

Will