Re: [PATCH] Fix cleaning in scripts/mod

2013-05-06 Thread Michal Marek
On Sun, May 05, 2013 at 10:24:43AM +0200, Geert Uytterhoeven wrote: > On Sat, May 4, 2013 at 4:32 PM, Andreas Schwab wrote: > > Make sure devicetable-offsets.h is cleaned in the scripts/mod directory > > > > Signed-off-by: Andreas Schwab > > Tested-by: Geert Uytterhoeven Applied to kbuild.git#

Re: [PATCH] Fix cleaning in scripts/mod

2013-05-05 Thread Geert Uytterhoeven
On Sat, May 4, 2013 at 4:32 PM, Andreas Schwab wrote: > Make sure devicetable-offsets.h is cleaned in the scripts/mod directory > > Signed-off-by: Andreas Schwab Tested-by: Geert Uytterhoeven > --- > scripts/mod/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/mod/M

[PATCH] Fix cleaning in scripts/mod

2013-05-04 Thread Andreas Schwab
Make sure devicetable-offsets.h is cleaned in the scripts/mod directory Signed-off-by: Andreas Schwab --- scripts/mod/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile index 9415b56..75d59fc 100644 --- a/scripts/mod/Makefile +++ b/scripts/