From: Ian Jackson Date: Wed, 25 Jun 2014 11:40:05 +0000 (+0100) Subject: Revert "TO REVERT - ATTEMPT AT LIBXL" X-Git-Tag: wip.2014-06-25.xen-builds X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dd9b971d31494e975a374d2e345067a10404e6c7;p=people%2Fiwj%2Fxen.git Revert "TO REVERT - ATTEMPT AT LIBXL" This reverts commit 54514ab41ebfb45e0db2b56ed47c79195b69ff3d. --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 9eed326907..7eab382b37 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -49,9 +49,6 @@ LIBXL_OBJS-$(CONFIG_ARM) += libxl_nocpuid.o libxl_arm.o ifeq ($(CONFIG_NetBSD),y) LIBXL_OBJS-y += libxl_netbsd.o else -ifeq ($(CONFIG_NetBSDRump),y) -LIBXL_OBJS-y += libxl_netbsd.o -else ifeq ($(CONFIG_Linux),y) LIBXL_OBJS-y += libxl_linux.o else @@ -59,7 +56,6 @@ $(error Your Operating System is not supported by libxenlight, \ please check libxl_linux.c and libxl_netbsd.c to see how to get it ported) endif endif -endif ifeq ($(FLEX),) %.c %.h:: %.l