From 25f52c4c7401708e7f1b71b705b65dc84bc693a7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 13 Nov 2009 15:34:03 +0000 Subject: Remus: add control script to activate remus on a VM Signed-off-by: Brendan Cully --- tools/remus/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/remus/Makefile (limited to 'tools/remus/Makefile') diff --git a/tools/remus/Makefile b/tools/remus/Makefile new file mode 100644 index 0000000000..17518a95f7 --- /dev/null +++ b/tools/remus/Makefile @@ -0,0 +1,20 @@ +XEN_ROOT=../.. +include $(XEN_ROOT)/tools/Rules.mk + +SCRIPTS = remus + +.PHONY: all +all: build + +.PHONY: build +build: + echo "Nothing to do" + +.PHONY: install +install: + $(INSTALL_DIR) $(DESTDIR)$(BINDIR) + $(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR) + +.PHONY: clean +clean: + echo "Nothing to do" -- cgit v1.2.3