devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nds32: remove unneeded clean-files for DTB
@ 2019-08-08 17:30 Masahiro Yamada
  2019-11-21  9:46 ` Greentime Hu
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2019-08-08 17:30 UTC (permalink / raw)
  To: Greentime Hu, Vincent Chen
  Cc: Masahiro Yamada, Mark Rutland, Rob Herring, devicetree, linux-kernel

These patterns are cleaned-up by the top-level Makefile

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/nds32/boot/dts/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile
index fff8ade7a84f..f84bd529b6fd 100644
--- a/arch/nds32/boot/dts/Makefile
+++ b/arch/nds32/boot/dts/Makefile
@@ -5,5 +5,3 @@ else
 BUILTIN_DTB :=
 endif
 obj-$(CONFIG_OF) += $(BUILTIN_DTB)
-
-clean-files := *.dtb *.dtb.S
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] nds32: remove unneeded clean-files for DTB
  2019-08-08 17:30 [PATCH] nds32: remove unneeded clean-files for DTB Masahiro Yamada
@ 2019-11-21  9:46 ` Greentime Hu
  2019-11-21 10:23   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Greentime Hu @ 2019-11-21  9:46 UTC (permalink / raw)
  To: Masahiro Yamada, Nickhu
  Cc: Vincent Chen, Mark Rutland, Rob Herring, DTML, Linux Kernel Mailing List

Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年8月9日 週五 上午1:31寫道:
>
> These patterns are cleaned-up by the top-level Makefile
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  arch/nds32/boot/dts/Makefile | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile
> index fff8ade7a84f..f84bd529b6fd 100644
> --- a/arch/nds32/boot/dts/Makefile
> +++ b/arch/nds32/boot/dts/Makefile
> @@ -5,5 +5,3 @@ else
>  BUILTIN_DTB :=
>  endif
>  obj-$(CONFIG_OF) += $(BUILTIN_DTB)
> -
> -clean-files := *.dtb *.dtb.S

Thanks, Masahiro.
Acked-by: Greentime Hu <green.hu@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nds32: remove unneeded clean-files for DTB
  2019-11-21  9:46 ` Greentime Hu
@ 2019-11-21 10:23   ` Masahiro Yamada
  2019-11-22  2:47     ` Greentime Hu
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2019-11-21 10:23 UTC (permalink / raw)
  To: Greentime Hu
  Cc: Nickhu, Vincent Chen, Mark Rutland, Rob Herring, DTML,
	Linux Kernel Mailing List

On Thu, Nov 21, 2019 at 6:46 PM Greentime Hu <green.hu@gmail.com> wrote:
>
> Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年8月9日 週五 上午1:31寫道:
> >
> > These patterns are cleaned-up by the top-level Makefile
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> >
> >  arch/nds32/boot/dts/Makefile | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile
> > index fff8ade7a84f..f84bd529b6fd 100644
> > --- a/arch/nds32/boot/dts/Makefile
> > +++ b/arch/nds32/boot/dts/Makefile
> > @@ -5,5 +5,3 @@ else
> >  BUILTIN_DTB :=
> >  endif
> >  obj-$(CONFIG_OF) += $(BUILTIN_DTB)
> > -
> > -clean-files := *.dtb *.dtb.S
>
> Thanks, Masahiro.
> Acked-by: Greentime Hu <green.hu@gmail.com>


Would you apply this to the nds32 tree?



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nds32: remove unneeded clean-files for DTB
  2019-11-21 10:23   ` Masahiro Yamada
@ 2019-11-22  2:47     ` Greentime Hu
  0 siblings, 0 replies; 4+ messages in thread
From: Greentime Hu @ 2019-11-22  2:47 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Nickhu, Vincent Chen, Mark Rutland, Rob Herring, DTML,
	Linux Kernel Mailing List

Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年11月21日 週四 下午6:24寫道:
>
> On Thu, Nov 21, 2019 at 6:46 PM Greentime Hu <green.hu@gmail.com> wrote:
> >
> > Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年8月9日 週五 上午1:31寫道:
> > >
> > > These patterns are cleaned-up by the top-level Makefile
> > >
> > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > > ---
> > >
> > >  arch/nds32/boot/dts/Makefile | 2 --
> > >  1 file changed, 2 deletions(-)
> > >
> > > diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile
> > > index fff8ade7a84f..f84bd529b6fd 100644
> > > --- a/arch/nds32/boot/dts/Makefile
> > > +++ b/arch/nds32/boot/dts/Makefile
> > > @@ -5,5 +5,3 @@ else
> > >  BUILTIN_DTB :=
> > >  endif
> > >  obj-$(CONFIG_OF) += $(BUILTIN_DTB)
> > > -
> > > -clean-files := *.dtb *.dtb.S
> >
> > Thanks, Masahiro.
> > Acked-by: Greentime Hu <green.hu@gmail.com>
>
>
> Would you apply this to the nds32 tree?

Yes, it will be queued in the nds32 next branch.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-22  2:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-08 17:30 [PATCH] nds32: remove unneeded clean-files for DTB Masahiro Yamada
2019-11-21  9:46 ` Greentime Hu
2019-11-21 10:23   ` Masahiro Yamada
2019-11-22  2:47     ` Greentime Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).