From a90054b38b707d1a02d903c72b2484882377a2bc Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 3 Feb 2010 09:38:00 +0000 Subject: Remus: ensure kernel modules are built before attempting to install them make tools seems to skip straight to the install target. Signed-off-by: Brendan Cully --- tools/remus/kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/remus') diff --git a/tools/remus/kmod/Makefile b/tools/remus/kmod/Makefile index e57e7bd899..bc4eaf4d6a 100644 --- a/tools/remus/kmod/Makefile +++ b/tools/remus/kmod/Makefile @@ -17,7 +17,7 @@ all: if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` modules; fi .PHONY: install -install: +install: all if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` INSTALL_MOD_PATH=$(DESTDIR) modules_install; fi clean:: -- cgit v1.2.3