summaryrefslogtreecommitdiffstats
path: root/llvm/projects
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects')
-rw-r--r--llvm/projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile
index 2fe6430093b..e382e86e4d5 100644
--- a/llvm/projects/Makefile
+++ b/llvm/projects/Makefile
@@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS:= SmallExamples sample
+DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules
OpenPOWER on IntegriCloud