aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-10-26 12:11:37 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-10-26 12:11:37 +0100
commitb545e27bc6994b901c5611a8fea9b0cca648b7dc (patch)
tree66bbd9daf45ca63a4ea58485ffd0df0432568932 /tools/libxc/Makefile
parent26d4c59a0b5eadf7e03a9e7fba737c220a5a4811 (diff)
downloadxen-b545e27bc6994b901c5611a8fea9b0cca648b7dc.tar.gz
xen-b545e27bc6994b901c5611a8fea9b0cca648b7dc.tar.bz2
xen-b545e27bc6994b901c5611a8fea9b0cca648b7dc.zip
libxc: infrastructure for hypercall safe data buffers.
(Modified version of this patch, with updated #includes in xc_hcall_buf.c to fix stubdomain build.) Signed-off-by: Ian Campbell <ian.campbell@citrix.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 9f6d70f3fb..1498a4fa7d 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -27,6 +27,7 @@ CTRL_SRCS-y += xc_tmem.c
CTRL_SRCS-y += xc_mem_event.c
CTRL_SRCS-y += xc_mem_paging.c
CTRL_SRCS-y += xc_memshr.c
+CTRL_SRCS-y += xc_hcall_buf.c
CTRL_SRCS-y += xtl_core.c
CTRL_SRCS-y += xtl_logger_stdio.c
CTRL_SRCS-$(CONFIG_X86) += xc_pagetab.c