aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/Makefile
diff options
context:
space:
mode:
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