summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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