From f9acf51a163a98d1b511d654299cf191cdb418a0 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 18 Oct 2016 13:43:07 +0100 Subject: [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. Suggested-by: Steve Capper Signed-off-by: Wei Liu Acked-by: Ian Jackson Reviewed-by: Stefano Stabellini --- tools/libxl/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index dac19ac09b..79e40199ac 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -94,9 +94,6 @@ ifeq ($(CONFIG_ARM_64),y) LIBXL_OBJS-y += libxl_arm_acpi.o dsdt_anycpu_arm.o dsdt_anycpu_arm.c: $(MAKE) -C $(ACPI_PATH) ACPI_BUILD_DIR=$(CURDIR) - -libxl_arm_acpi.o: libxl_arm_acpi.c - $(CC) -c $(CFLAGS) -o $@ libxl_arm_acpi.c else LIBXL_OBJS-$(CONFIG_ARM) += libxl_arm_no_acpi.o endif -- 2.39.5