Re: [Xen-devel] [PATCH] libxl: remove explicit rule for libxl_arm_acpi.o

2016-10-18 Thread Wei Liu
On Tue, Oct 18, 2016 at 09:57:53AM -0700, Stefano Stabellini wrote: > On Tue, 18 Oct 2016, Wei Liu wrote: > > After 9c635883 ("ARM64: fix libxl build, do not include > > ../../xen/include") there is nothing special needed to build > > libxl_arm_acpi.o. Remove the explicit rule, use predefined one.

Re: [Xen-devel] [PATCH] libxl: remove explicit rule for libxl_arm_acpi.o

2016-10-18 Thread Stefano Stabellini
On Tue, 18 Oct 2016, Wei Liu wrote: > After 9c635883 ("ARM64: fix libxl build, do not include > ../../xen/include") there is nothing special needed to build > libxl_arm_acpi.o. Remove the explicit rule, use predefined one. > > Build tested on ARM64. > > Suggested-by: Steve Capper > Signed-off-by

Re: [Xen-devel] [PATCH] libxl: remove explicit rule for libxl_arm_acpi.o

2016-10-18 Thread Ian Jackson
Wei Liu writes ("[PATCH] libxl: remove explicit rule for libxl_arm_acpi.o"): > After 9c635883 ("ARM64: fix libxl build, do not include > ../../xen/include") there is nothing special needed to build > libxl_arm_acpi.o. Remove the explicit rule, use predefined one. > > Build tested on ARM64. > > Su

[Xen-devel] [PATCH] libxl: remove explicit rule for libxl_arm_acpi.o

2016-10-18 Thread Wei Liu
After 9c635883 ("ARM64: fix libxl build, do not include ../../xen/include") there is nothing special needed to build libxl_arm_acpi.o. Remove the explicit rule, use predefined one. Build tested on ARM64. Suggested-by: Steve Capper Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: Stefano Stabelli