diff options
-rw-r--r-- | clang/tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile index e7aa2fa..f271e13 100644 --- a/clang/tools/Makefile +++ b/clang/tools/Makefile @@ -14,6 +14,10 @@ include $(CLANG_LEVEL)/../../Makefile.config DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ clang-check +ifeq ($(CLANG_NO_TEST_TOOLS),YES) +DIRS := driver libclang +endif + # Recurse into the extra repository of tools if present. OPTIONAL_DIRS := extra |