2019-08-08 17:32:25

by Masahiro Yamada

[permalink] [raw]
Subject: [PATCH] nds32: remove unneeded clean-files for DTB

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

Signed-off-by: Masahiro Yamada <[email protected]>
---

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


2019-11-21 09:50:57

by Greentime Hu

[permalink] [raw]
Subject: Re: [PATCH] nds32: remove unneeded clean-files for DTB

Masahiro Yamada <[email protected]> 於 2019年8月9日 週五 上午1:31寫道:
>
> These patterns are cleaned-up by the top-level Makefile
>
> Signed-off-by: Masahiro Yamada <[email protected]>
> ---
>
> 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 <[email protected]>

2019-11-21 10:26:22

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH] nds32: remove unneeded clean-files for DTB

On Thu, Nov 21, 2019 at 6:46 PM Greentime Hu <[email protected]> wrote:
>
> Masahiro Yamada <[email protected]> 於 2019年8月9日 週五 上午1:31寫道:
> >
> > These patterns are cleaned-up by the top-level Makefile
> >
> > Signed-off-by: Masahiro Yamada <[email protected]>
> > ---
> >
> > 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 <[email protected]>


Would you apply this to the nds32 tree?



--
Best Regards
Masahiro Yamada

2019-11-22 02:50:04

by Greentime Hu

[permalink] [raw]
Subject: Re: [PATCH] nds32: remove unneeded clean-files for DTB

Masahiro Yamada <[email protected]> 於 2019年11月21日 週四 下午6:24寫道:
>
> On Thu, Nov 21, 2019 at 6:46 PM Greentime Hu <[email protected]> wrote:
> >
> > Masahiro Yamada <[email protected]> 於 2019年8月9日 週五 上午1:31寫道:
> > >
> > > These patterns are cleaned-up by the top-level Makefile
> > >
> > > Signed-off-by: Masahiro Yamada <[email protected]>
> > > ---
> > >
> > > 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 <[email protected]>
>
>
> Would you apply this to the nds32 tree?

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