Re: [PATCH 3/3] efi: Correct .efi rules

2023-06-01 Thread Tom Rini
On Sat, Apr 29, 2023 at 07:21:47PM -0600, Simon Glass wrote: > These files should have both 'always' and 'targets' so that dependencies > are detected correctly. > > When only 'always' is used, the target is built every time, although I am > not quite sure why. > > Make sure each has both 'alway

Re: [PATCH 3/3] efi: Correct .efi rules

2023-05-01 Thread Simon Glass
Hi Heinrich, On Sun, 30 Apr 2023 at 09:00, Heinrich Schuchardt wrote: > > > > Am 30. April 2023 03:21:47 MESZ schrieb Simon Glass : > >These files should have both 'always' and 'targets' so that dependencies > >are detected correctly. > > > >When only 'always' is used, the target is built every t

Re: [PATCH 3/3] efi: Correct .efi rules

2023-04-30 Thread Heinrich Schuchardt
Am 30. April 2023 03:21:47 MESZ schrieb Simon Glass : >These files should have both 'always' and 'targets' so that dependencies >are detected correctly. > >When only 'always' is used, the target is built every time, although I am >not quite sure why. > >Make sure each has both 'always' and 'targ

[PATCH 3/3] efi: Correct .efi rules

2023-04-29 Thread Simon Glass
These files should have both 'always' and 'targets' so that dependencies are detected correctly. When only 'always' is used, the target is built every time, although I am not quite sure why. Make sure each has both 'always' and 'targets' to avoid this problem. Signed-off-by: Simon Glass --- l