aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-23 11:17:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-23 11:17:25 +0100
commitaa2c5565dc0725cf69771f376c9bec03b3524362 (patch)
tree6044e598c19de560cb2d5b2d991489104518bf68 /tools/Makefile
parent8cd3e6c149495d73a4b2fbb23db478a0ed19fc06 (diff)
downloadxen-aa2c5565dc0725cf69771f376c9bec03b3524362.tar.gz
xen-aa2c5565dc0725cf69771f376c9bec03b3524362.tar.bz2
xen-aa2c5565dc0725cf69771f376c9bec03b3524362.zip
Xen power management daemon patch.
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4d27b26fe0..09964323e9 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -24,6 +24,7 @@ SUBDIRS-y += libfsimage
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
SUBDIRS-y += fs-back
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
+SUBDIRS-y += xenpmd
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))