Re: [PATCH v2] drm: split build lists one per line and sort

2022-10-12 Thread Jani Nikula
On Wed, 12 Oct 2022, Maxime Ripard wrote: > On Wed, Oct 12, 2022 at 03:32:32PM +0300, Jani Nikula wrote: >> On Tue, 11 Oct 2022, Jani Nikula wrote: >> > While it takes more vertical space, sorted build lists with one object >> > per line are arguably easier to manage, especially when there are >>

Re: [PATCH v2] drm: split build lists one per line and sort

2022-10-12 Thread Maxime Ripard
On Wed, Oct 12, 2022 at 03:32:32PM +0300, Jani Nikula wrote: > On Tue, 11 Oct 2022, Jani Nikula wrote: > > 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 wi

Re: [PATCH v2] drm: split build lists one per line and sort

2022-10-12 Thread Jani Nikula
On Tue, 11 Oct 2022, Jani Nikula wrote: > 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. > > v2: also split drm_cache.o and put it a

[PATCH v2] 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. v2: also split drm_cache.o and put it after drm_bridge.o (Andi) Signed-off-by: Jani Nikula