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-24 20:58:32 +0200
commit62548b20c29639e6ddb5435514a0cc7d45700cbb (patch)
tree5c8008cff9c549f483a5ba5631f0db44080ee62e
parent8dd0eec3d92fabb20a691af58c4d4885eff315dc (diff)
downloadcryptodev-linux-62548b20c29639e6ddb5435514a0cc7d45700cbb.tar.gz
cryptodev-linux-62548b20c29639e6ddb5435514a0cc7d45700cbb.tar.xz
cryptodev-linux-62548b20c29639e6ddb5435514a0cc7d45700cbb.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: