]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Revert "TO REVERT - ATTEMPT AT LIBXL" wip.2014-06-25.xen-builds
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 25 Jun 2014 11:40:05 +0000 (12:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 25 Jun 2014 11:40:05 +0000 (12:40 +0100)
This reverts commit 54514ab41ebfb45e0db2b56ed47c79195b69ff3d.

tools/libxl/Makefile

index 9eed3269072e125d18cca9c163b1b5ca98ad1753..7eab382b3703d40a43486284e507b5737697ac92 100644 (file)
@@ -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