summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-17 13:31:59 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-17 13:31:59 +0100
commitcde0a7fa6fa57a02ba9921e34a590085a6690e6e (patch)
tree005d7ac486c5aecce97f5f423f52bb0e42ae093a /Makefile
parente8a9364716747bf25feda87f282f95e43a8708a3 (diff)
downloadcryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.tar.gz
cryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.tar.xz
cryptodev-linux-cde0a7fa6fa57a02ba9921e34a590085a6690e6e.zip
Corrected make clean, and corrected examples to use the current cryptodev.h
definitions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index faab5f7..c5278ea 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ install:
clean:
make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean
rm -f $(hostprogs)
+ KERNEL_DIR=$(KERNEL_DIR) make -C examples clean
check:
KERNEL_DIR=$(KERNEL_DIR) make -C examples check