Re: [U-Boot] [PATCH v3 11/13] misc: Sort Makefile entries

2018-08-02 Thread Simon Glass
On 31 July 2018 at 04:01, Mario Six wrote: > Makefile entries should be sorted. > > Signed-off-by: Mario Six > --- > > v2 -> v3: > New in v3 > > --- > drivers/misc/Makefile | 60 > +++ > 1 file changed, 32 insertions(+), 28 deletions(-) Reviewed-

Re: [U-Boot] [PATCH v3 11/13] misc: Sort Makefile entries

2018-08-01 Thread Anatolij Gustschin
On Tue, 31 Jul 2018 12:01:08 +0200 Mario Six mario@gdsys.cc wrote: > Makefile entries should be sorted. > > Signed-off-by: Mario Six Reviewed-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boo

[U-Boot] [PATCH v3 11/13] misc: Sort Makefile entries

2018-07-31 Thread Mario Six
Makefile entries should be sorted. Signed-off-by: Mario Six --- v2 -> v3: New in v3 --- drivers/misc/Makefile | 60 +++ 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index b0ef97b6b3