From faaf7cb8b4f7a929bbda96fa160478d85383d4b5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 7 Sep 2010 08:14:00 +0200 Subject: Examples directory renamed -> tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit