aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-02-09 14:43:21 -0600
committerHollis Blanchard <hollisb@us.ibm.com>2007-02-09 14:43:21 -0600
commit9fb65916be7ce1542a3b4c60286525a3cf66b38c (patch)
tree50d5c7c885f7647bba73464c38eaca7f889cd513 /tools/libxc/Makefile
parentba6d0740944a8c2c6fcd88d3bf9ed9de2f52a756 (diff)
downloadxen-9fb65916be7ce1542a3b4c60286525a3cf66b38c.tar.gz
xen-9fb65916be7ce1542a3b4c60286525a3cf66b38c.tar.bz2
xen-9fb65916be7ce1542a3b4c60286525a3cf66b38c.zip
[POWERPC][XEN] Opt out of new libxc domain builder.
PowerPC needs more flexibility than the new framework allows. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 12807a03db..bcdbbccf90 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -49,15 +49,8 @@ GUEST_SRCS-y += $(LIBELF_SRCS)
GUEST_SRCS-y += xc_dom_core.c xc_dom_boot.c
GUEST_SRCS-y += xc_dom_elfloader.c
GUEST_SRCS-y += xc_dom_binloader.c
-
-ifeq ($(CONFIG_POWERPC),y)
-# big endian boxes
-GUEST_SRCS-y += xc_dom_powerpc64.c
-else
-# little endian boxes
GUEST_SRCS-y += xc_dom_x86.c
GUEST_SRCS-y += xc_dom_ia64.c
-endif
GUEST_SRCS-$(CONFIG_X86) += xc_dom_compat_linux.c
GUEST_SRCS-$(CONFIG_IA64) += xc_dom_compat_linux.c