aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-22 16:10:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-22 16:10:25 +0100
commitc134d74fda3a385d796eef07cec35a05d235369e (patch)
tree8fa35c8d59b65d68739d83c08c81595ffc966755 /tools/libxc/Makefile
parent49571f74cbb03e101dc5d2bf96c46f2c23630f13 (diff)
downloadxen-c134d74fda3a385d796eef07cec35a05d235369e.tar.gz
xen-c134d74fda3a385d796eef07cec35a05d235369e.tar.bz2
xen-c134d74fda3a385d796eef07cec35a05d235369e.zip
libxc: Wrapper functions for cpu online/offline
Signed-off-by: Shan Haitao <haitao.shan@intel.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 c68a0f0d9e..4ec156c1d8 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -19,6 +19,7 @@ CTRL_SRCS-y += xc_sedf.c
CTRL_SRCS-y += xc_csched.c
CTRL_SRCS-y += xc_tbuf.c
CTRL_SRCS-y += xc_pm.c
+CTRL_SRCS-y += xc_cpu_hotplug.c
CTRL_SRCS-y += xc_resume.c
CTRL_SRCS-$(CONFIG_X86) += xc_pagetab.c
CTRL_SRCS-$(CONFIG_Linux) += xc_linux.c