aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5059ade930..dad767cf45 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,8 +8,9 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ..
+
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
- clang-check
+ clang-check $(patsubst %/Makefile,%,$(wildcard extra/Makefile))
include $(CLANG_LEVEL)/../../Makefile.config