diff --git a/projects/Makefile b/projects/Makefile index 9c7590580af..ab4c7e283d8 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -10,6 +10,6 @@ LEVEL=.. include $(LEVEL)/Makefile.config -DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)) +DIRS:= $(filter-out llvm-test,$(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))) include $(BUILD_SRC_ROOT)/Makefile.rules