Re: [Intel-gfx] [RFC] drm: split build lists one per line and sort

2022-10-11 Thread Jani Nikula
On Tue, 11 Oct 2022, Andi Shyti wrote: > Hi Jani, > >> While it takes more vertical space, sorted build lists with one object >> per line are arguably easier to manage, especially when there are >> conflicting changes. >> >> Split anything with more than one object file. > > looks much better! Ju

Re: [Intel-gfx] [RFC] drm: split build lists one per line and sort

2022-10-11 Thread Andi Shyti
Hi Jani, > While it takes more vertical space, sorted build lists with one object > per line are arguably easier to manage, especially when there are > conflicting changes. > > Split anything with more than one object file. looks much better! Just an error below. > Signed-off-by: Jani Nikula >

[RFC] drm: split build lists one per line and sort

2022-10-11 Thread Jani Nikula
While it takes more vertical space, sorted build lists with one object per line are arguably easier to manage, especially when there are conflicting changes. Split anything with more than one object file. Signed-off-by: Jani Nikula --- drivers/gpu/drm/Makefile | 106