summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-07 08:14:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-07 08:14:00 +0200
commitfaaf7cb8b4f7a929bbda96fa160478d85383d4b5 (patch)
tree609f0851efd4dec5f3ba458996b9849be9efb8c8 /Makefile
parentd8d0c330215326abdd8973a489a72acc404fef02 (diff)
downloadcryptodev-linux-faaf7cb8b4f7a929bbda96fa160478d85383d4b5.tar.gz
cryptodev-linux-faaf7cb8b4f7a929bbda96fa160478d85383d4b5.tar.xz
cryptodev-linux-faaf7cb8b4f7a929bbda96fa160478d85383d4b5.zip
Examples directory renamed -> tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38b1e6a..ea2ef8d 100644
--- a/Makefile
+++ b/Makefile
@@ -91,10 +91,10 @@ install:
clean:
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` clean
rm -f $(hostprogs)
- KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C examples clean
+ KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C tests clean
check:
- KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C examples check
+ KERNEL_DIR=$(KERNEL_DIR) $(MAKE) -C tests check
FILEBASE = cryptodev-linux-$(VERSION)
TMPDIR ?= /tmp