Re: [Xen-devel] [PATCH v3 08/19] acpi/hvmloader: Link ACPI object files directly

2016-09-08 Thread Jan Beulich
>>> On 07.09.16 at 20:59, wrote: > ACPI sources will be available to various component which will build > them according to their own rules. ACPI's Makefile will only generate > necessary source files. > > Signed-off-by: Boris Ostrovsky Acked-by: Jan Beulich _

[Xen-devel] [PATCH v3 08/19] acpi/hvmloader: Link ACPI object files directly

2016-09-07 Thread Boris Ostrovsky
ACPI sources will be available to various component which will build them according to their own rules. ACPI's Makefile will only generate necessary source files. Signed-off-by: Boris Ostrovsky --- Changes in v3: * Replace '(shell pwd) with CURDIR * More use of addprefix .gitignore