aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-21 12:49:00 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-21 12:49:00 +0100
commita5f70e8d9271da4675a044954ed2cc82d5a8fcd9 (patch)
tree4fb0a92b2c5b759d6d0789ab13c46f6145c57006 /tools/libxc/Makefile
parent78be3dbbfefa43c4ff4a19ae84342b907e0cef4a (diff)
downloadxen-a5f70e8d9271da4675a044954ed2cc82d5a8fcd9.tar.gz
xen-a5f70e8d9271da4675a044954ed2cc82d5a8fcd9.tar.bz2
xen-a5f70e8d9271da4675a044954ed2cc82d5a8fcd9.zip
cpupools [2/6]: libxc changes
Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.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 02443b09f3..948be66166 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-y += xc_cpupool.c
CTRL_SRCS-y += xc_domain.c
CTRL_SRCS-y += xc_evtchn.c
CTRL_SRCS-y += xc_misc.c