summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-07 07:06:12 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-23 20:01:59 +0200
commit0d21420d4e3449f84ff4bd8562a33caf9ad5d63a (patch)
tree50c1dc119f1df910c2f7ff0c7c5c6e0b431ee85c
parent9195a0942b821d2c0c78477fec78a413a081f2f6 (diff)
downloadcryptodev-linux-0d21420d4e3449f84ff4bd8562a33caf9ad5d63a.tar.gz
cryptodev-linux-0d21420d4e3449f84ff4bd8562a33caf9ad5d63a.tar.xz
cryptodev-linux-0d21420d4e3449f84ff4bd8562a33caf9ad5d63a.zip
Attach "userspace/" into top-level Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e33540..72439b2 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
@@ -87,6 +89,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: