Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2023-12-09 Thread Heinrich Schuchardt
On 11/30/23 03:45, Simon Glass wrote: Hi, On Wed, 29 Nov 2023 at 10:17, Heinrich Schuchardt wrote: On 20.10.21 14:37, Andy Shevchenko wrote: The dsdt.asl is usually combined out of several files that are included in the main one. Whenever we change the content of any of such files, build

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2023-11-29 Thread Simon Glass
Hi, On Wed, 29 Nov 2023 at 10:17, Heinrich Schuchardt wrote: > > On 20.10.21 14:37, Andy Shevchenko wrote: > > The dsdt.asl is usually combined out of several files that are included > > in the main one. Whenever we change the content of any of such files, > > build system is not able to

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2023-11-29 Thread Heinrich Schuchardt
On 20.10.21 14:37, Andy Shevchenko wrote: The dsdt.asl is usually combined out of several files that are included in the main one. Whenever we change the content of any of such files, build system is not able to recognize them. Hence the easiest way is to force DSDT rebuild each time we run

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2023-11-29 Thread Andy Shevchenko
On Wed, Mar 30, 2022 at 12:21:25PM +0300, Andy Shevchenko wrote: > On Mon, Oct 25, 2021 at 09:52:45PM +0300, Andy Shevchenko wrote: > > On Mon, Oct 25, 2021 at 09:18:56AM -0600, Simon Glass wrote: > > > On Mon, 25 Oct 2021 at 01:34, Andy Shevchenko > > > wrote: > > > > On Sun, Oct 24, 2021 at

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2022-03-30 Thread Andy Shevchenko
On Mon, Oct 25, 2021 at 09:52:45PM +0300, Andy Shevchenko wrote: > On Mon, Oct 25, 2021 at 09:18:56AM -0600, Simon Glass wrote: > > On Mon, 25 Oct 2021 at 01:34, Andy Shevchenko > > wrote: > > > On Sun, Oct 24, 2021 at 11:00 PM Simon Glass wrote: > > > > On Wed, 20 Oct 2021 at 06:37, Andy

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2021-10-25 Thread Andy Shevchenko
On Mon, Oct 25, 2021 at 09:18:56AM -0600, Simon Glass wrote: > On Mon, 25 Oct 2021 at 01:34, Andy Shevchenko > wrote: > > On Sun, Oct 24, 2021 at 11:00 PM Simon Glass wrote: > > > On Wed, 20 Oct 2021 at 06:37, Andy Shevchenko > > > wrote: > > > > > > > > The dsdt.asl is usually combined out of

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2021-10-25 Thread Simon Glass
Hi Andy, On Mon, 25 Oct 2021 at 01:34, Andy Shevchenko wrote: > > On Sun, Oct 24, 2021 at 11:00 PM Simon Glass wrote: > > On Wed, 20 Oct 2021 at 06:37, Andy Shevchenko > > wrote: > > > > > > The dsdt.asl is usually combined out of several files that are included > > > in the main one. Whenever

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2021-10-25 Thread Andy Shevchenko
On Sun, Oct 24, 2021 at 11:00 PM Simon Glass wrote: > On Wed, 20 Oct 2021 at 06:37, Andy Shevchenko > wrote: > > > > The dsdt.asl is usually combined out of several files that are included > > in the main one. Whenever we change the content of any of such files, > > build system is not able to

Re: [PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2021-10-24 Thread Simon Glass
Hi Andy, On Wed, 20 Oct 2021 at 06:37, Andy Shevchenko wrote: > > The dsdt.asl is usually combined out of several files that are included > in the main one. Whenever we change the content of any of such files, > build system is not able to recognize them. Hence the easiest way is to > force DSDT

[PATCH v1 1/1] Makefile.lib: Always rebuild DSDT

2021-10-20 Thread Andy Shevchenko
The dsdt.asl is usually combined out of several files that are included in the main one. Whenever we change the content of any of such files, build system is not able to recognize them. Hence the easiest way is to force DSDT rebuild each time we run make. Signed-off-by: Andy Shevchenko ---