Re: [PATCH 2/5] x86/build: limit #include-ing by asm-offsets.c

2021-01-04 Thread Jan Beulich
On 28.12.2020 13:54, Roger Pau Monné wrote: > On Wed, Nov 25, 2020 at 09:49:21AM +0100, Jan Beulich wrote: >> This file has a long dependencies list and asm-offsets.h, generated from >> it, has a long list of dependents. IOW if any of the former changes, all >> of the latter will be rebuilt, even i

Re: [PATCH 2/5] x86/build: limit #include-ing by asm-offsets.c

2020-12-28 Thread Roger Pau Monné
On Wed, Nov 25, 2020 at 09:49:21AM +0100, Jan Beulich wrote: > This file has a long dependencies list and asm-offsets.h, generated from > it, has a long list of dependents. IOW if any of the former changes, all > of the latter will be rebuilt, even if there's no actual change to the > generated fil

[PATCH 2/5] x86/build: limit #include-ing by asm-offsets.c

2020-11-25 Thread Jan Beulich
This file has a long dependencies list and asm-offsets.h, generated from it, has a long list of dependents. IOW if any of the former changes, all of the latter will be rebuilt, even if there's no actual change to the generated file. Therefore avoid including headers we don't actually need (generall