> On 24 Jun 2022, at 17:04, Anthony PERARD wrote:
>
> Use $(TARGETS) to collect targets.
> Collect library to link against in $(LDLIBS).
> Remove extra "-f" flags that is already part of $(RM).
>
> Signed-off-by: Anthony PERARD
> ---
>
> Notes:
>v3:
>- apply changes to the new "init-
Use $(TARGETS) to collect targets.
Collect library to link against in $(LDLIBS).
Remove extra "-f" flags that is already part of $(RM).
Signed-off-by: Anthony PERARD
---
Notes:
v3:
- apply changes to the new "init-dom0less" helper.
- make use of the new macro $(xenlibs-ldlibs,)
too