aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-17 06:27:55 +0000
commitc0c8c01d6776b3cb2c42a6a3c82e484992dc9265 (patch)
tree8d73795da416fda724c456207cd90c0e6ba6bb2f /tools/libxc/Makefile
parent0645e0177f2a7120d5af731d236d84b9a9a6dbb8 (diff)
downloadxen-c0c8c01d6776b3cb2c42a6a3c82e484992dc9265.tar.gz
xen-c0c8c01d6776b3cb2c42a6a3c82e484992dc9265.tar.bz2
xen-c0c8c01d6776b3cb2c42a6a3c82e484992dc9265.zip
libxc interface support for memory paging domctls.
Signed-off-by: Patrick Colp <Patrick.Colp@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 a36b6acf36..da9b0e48ad 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -23,6 +23,7 @@ CTRL_SRCS-y += xc_cpu_hotplug.c
CTRL_SRCS-y += xc_resume.c
CTRL_SRCS-y += xc_tmem.c
CTRL_SRCS-y += xc_mem_event.c
+CTRL_SRCS-y += xc_mem_paging.c
CTRL_SRCS-$(CONFIG_X86) += xc_pagetab.c
CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c
CTRL_SRCS-$(CONFIG_SunOS) += xc_solaris.c