RE: [PATCH 1/6] tpm: sort objects in the Makefile

2018-03-05 Thread Winkler, Tomas
> On Mon, Mar 05, 2018 at 09:21:37PM +, Winkler, Tomas wrote: > > > On Mon, Mar 05, 2018 at 10:20:12PM +0200, Tomas Winkler wrote: > > > > Make the tpm Makefile a bit more in order by putting objects in > > > > one column and group together tpm2 modules > > > > > > > > Prefer tpm-objs += inste

Re: [PATCH 1/6] tpm: sort objects in the Makefile

2018-03-05 Thread Jason Gunthorpe
On Mon, Mar 05, 2018 at 09:21:37PM +, Winkler, Tomas wrote: > > On Mon, Mar 05, 2018 at 10:20:12PM +0200, Tomas Winkler wrote: > > > Make the tpm Makefile a bit more in order by putting objects in one > > > column and group together tpm2 modules > > > > > > Prefer tpm-objs += instead of tpm-y +

RE: [PATCH 1/6] tpm: sort objects in the Makefile

2018-03-05 Thread Winkler, Tomas
> On Mon, Mar 05, 2018 at 10:20:12PM +0200, Tomas Winkler wrote: > > Make the tpm Makefile a bit more in order by putting objects in one > > column and group together tpm2 modules > > > > Prefer tpm-objs += instead of tpm-y += notation. > > > > Signed-off-by: Tomas Winkler > > drivers/char/tpm/Mak

Re: [PATCH 1/6] tpm: sort objects in the Makefile

2018-03-05 Thread Jason Gunthorpe
On Mon, Mar 05, 2018 at 10:20:12PM +0200, Tomas Winkler wrote: > Make the tpm Makefile a bit more in order by putting > objects in one column and group together tpm2 modules > > Prefer tpm-objs += instead of tpm-y += notation. > > Signed-off-by: Tomas Winkler > drivers/char/tpm/Makefile | 14 ++

[PATCH 1/6] tpm: sort objects in the Makefile

2018-03-05 Thread Tomas Winkler
Make the tpm Makefile a bit more in order by putting objects in one column and group together tpm2 modules Prefer tpm-objs += instead of tpm-y += notation. Signed-off-by: Tomas Winkler --- drivers/char/tpm/Makefile | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --gi