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