aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-03-01 17:37:03 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-03-01 17:37:03 +0000
commitdaa314fe19387f722561d4429715adac776e2142 (patch)
tree100ac7e6f3158452d9915da270b432721f06325a /tools/libxc/Makefile
parent7246f7fe44e12308ac5d846c2685da3db7ae5963 (diff)
downloadxen-daa314fe19387f722561d4429715adac776e2142.tar.gz
xen-daa314fe19387f722561d4429715adac776e2142.tar.bz2
xen-daa314fe19387f722561d4429715adac776e2142.zip
arm: compile libxc
Introduce an empty implementation of the arch specific ARM functions in xc_core_arm.c and xc_core_arm.h; define barriers on ARM. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index b5e7022f0c..f2e1ba78a8 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -8,6 +8,7 @@ CTRL_SRCS-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_ARM) += xc_core_arm.c
CTRL_SRCS-y += xc_cpupool.c
CTRL_SRCS-y += xc_domain.c
CTRL_SRCS-y += xc_evtchn.c