aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:03 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:03 +0000
commit25f52c4c7401708e7f1b71b705b65dc84bc693a7 (patch)
tree3e8924074ffd8d6bc791e747cd53fe52d989e557 /tools/Makefile
parent1a38c03675701dc3f35dc9cb6efdb5cdd802f906 (diff)
downloadxen-25f52c4c7401708e7f1b71b705b65dc84bc693a7.tar.gz
xen-25f52c4c7401708e7f1b71b705b65dc84bc693a7.tar.bz2
xen-25f52c4c7401708e7f1b71b705b65dc84bc693a7.zip
Remus: add control script to activate remus on a VM
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
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 3170b95886..a9bb1ef7cd 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -33,6 +33,7 @@ SUBDIRS-$(CONFIG_NetBSD) += fs-back
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
SUBDIRS-y += xenpmd
SUBDIRS-y += libxl
+SUBDIRS-y += remus
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))