[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180620023502.r5e6j222qml2bb47@pburton-laptop>
Date: Tue, 19 Jun 2018 19:35:02 -0700
From: Paul Burton <paul.burton@...s.com>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>
CC: James Hogan <jhogan@...nel.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Allan Nielsen <Allan.Nielsen@...rosemi.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
<linux-mips@...ux-mips.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] mips: generic: allow not building DTB in
Hi Alexandre,
On Thu, Apr 26, 2018 at 12:01:49AM +0200, Alexandre Belloni wrote:
> > diff --git a/arch/mips/Makefile b/arch/mips/Makefile
> > index 5e9fce076ab6..3d3554c13710 100644
> > --- a/arch/mips/Makefile
> > +++ b/arch/mips/Makefile
> > @@ -404,7 +404,7 @@ endif
> > CLEAN_FILES += vmlinux.32 vmlinux.64
> >
> > # device-trees
> > -core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
> > +core-y += arch/mips/boot/dts/
> >
> > %.dtb %.dtb.S %.dtb.o: | scripts
> > $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
> > diff --git a/arch/mips/boot/dts/mscc/Makefile b/arch/mips/boot/dts/mscc/Makefile
> > index 8982b19504a3..437ec65ec14a 100644
> > --- a/arch/mips/boot/dts/mscc/Makefile
> > +++ b/arch/mips/boot/dts/mscc/Makefile
> > @@ -1,3 +1,3 @@
> > dtb-$(CONFIG_MSCC_OCELOT) += ocelot_pcb123.dtb
> >
> > -obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
> > +obj-($CONFIG_BUILTIN_DTB) += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
>
> I made a typo here, I'll resend after waiting for a few comments.
Are you happy with this series apart from fixing up the above?
If so I'm happy to s/(\$/$(/ whilst applying this.
Thanks,
Paul
Powered by blists - more mailing lists