aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-08 13:40:40 +0100
commit1aa3c54a31a5aec90f3705a37258988a69279308 (patch)
treea7aa90331785f89e6938e0348ec05d7e32d83bba /tools/libxc/Makefile
parent1b1305666b610a4808b06d8635451ea74996ceed (diff)
downloadxen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.gz
xen-1aa3c54a31a5aec90f3705a37258988a69279308.tar.bz2
xen-1aa3c54a31a5aec90f3705a37258988a69279308.zip
Remove defunct powerpc port.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index a84fec85b8..3fd926ad47 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -9,7 +9,6 @@ ifneq ($(stubdom),y)
CTRL_SRCS-y += xc_core.c
CTRL_SRCS-$(CONFIG_X86) += xc_core_x86.c
CTRL_SRCS-$(CONFIG_IA64) += xc_core_ia64.c
-CTRL_SRCS-$(CONFIG_POWERPC) += xc_core_powerpc.c
endif
CTRL_SRCS-y += xc_domain.c
CTRL_SRCS-y += xc_evtchn.c
@@ -55,7 +54,6 @@ GUEST_SRCS-y += xc_dom_compat_linux.c
GUEST_SRCS-$(CONFIG_X86) += xc_dom_x86.c
GUEST_SRCS-$(CONFIG_X86) += xc_cpuid_x86.c
GUEST_SRCS-$(CONFIG_IA64) += xc_dom_ia64.c
-GUEST_SRCS-$(CONFIG_POWERPC) += xc_dom_powerpc.c
endif
-include $(XEN_TARGET_ARCH)/Makefile