aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-23 15:08:21 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-23 15:08:21 +0000
commit252cb308e37470915d0f64c730e4e2e829ec2512 (patch)
tree36e78f1c12ea6613bd41e07cb23c763f1cf2d031 /tools/libxc/Makefile
parent01fcfa3b96b9958cf9376b68d547b5a5ffe42219 (diff)
downloadxen-252cb308e37470915d0f64c730e4e2e829ec2512.tar.gz
xen-252cb308e37470915d0f64c730e4e2e829ec2512.tar.bz2
xen-252cb308e37470915d0f64c730e4e2e829ec2512.zip
libxc: some xc_gnttab_* functions are not Linux specific
They simply make hypercalls and perform other operations via the abstract interface. Create xc_gnttab.c and move those functions there. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-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 2481c6a2f5..7d9307f53a 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -11,6 +11,7 @@ CTRL_SRCS-$(CONFIG_IA64) += xc_core_ia64.c
CTRL_SRCS-y += xc_cpupool.c
CTRL_SRCS-y += xc_domain.c
CTRL_SRCS-y += xc_evtchn.c
+CTRL_SRCS-y += xc_gnttab.c
CTRL_SRCS-y += xc_misc.c
CTRL_SRCS-y += xc_acm.c
CTRL_SRCS-y += xc_flask.c