summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 093f777..fa221a9 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,8 @@ obj-m += cryptodev.o
build:
@$(MAKE) version.h
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules
+ $(MAKE) -C userspace
+ $(MAKE) -C examples
install:
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
@@ -86,6 +88,7 @@ install:
clean:
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` clean
rm -f $(hostprogs)
+ $(MAKE) -C userspace clean
KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C examples clean
check: