aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:46 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:46 +0000
commitb1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8 (patch)
tree736d2aaea30a733e23c55d6504939c56da4e62d4 /tools/remus/Makefile
parent25f52c4c7401708e7f1b71b705b65dc84bc693a7 (diff)
downloadxen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.tar.gz
xen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.tar.bz2
xen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.zip
Remus: support for network buffering
This currently relies on the third-party IMQ patch (linuximq.net) being present in dom0. The plan is to replace this with a direct hook into netback eventually. This patch includes a pared-down and patched copy of ebtables to install IMQ on a VIF. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Diffstat (limited to 'tools/remus/Makefile')
-rw-r--r--tools/remus/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/tools/remus/Makefile b/tools/remus/Makefile
index 17518a95f7..70e175075f 100644
--- a/tools/remus/Makefile
+++ b/tools/remus/Makefile
@@ -1,20 +1,17 @@
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
+SUBDIRS-y := imqebt kmod
+
SCRIPTS = remus
.PHONY: all
-all: build
-
-.PHONY: build
-build:
- echo "Nothing to do"
+all: subdirs-all
.PHONY: install
-install:
+install: subdirs-install
$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
$(INSTALL_PYTHON_PROG) $(SCRIPTS) $(DESTDIR)$(BINDIR)
.PHONY: clean
-clean:
- echo "Nothing to do"
+clean: subdirs-clean