summaryrefslogtreecommitdiffstats
path: root/llvm/projects/SmallExamples
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/SmallExamples')
-rw-r--r--llvm/projects/SmallExamples/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/projects/SmallExamples/Makefile b/llvm/projects/SmallExamples/Makefile
index 6c53f72c387..9bf67bf2d4a 100644
--- a/llvm/projects/SmallExamples/Makefile
+++ b/llvm/projects/SmallExamples/Makefile
@@ -10,7 +10,6 @@ LEVEL=../..
include $(LEVEL)/Makefile.config
-DIRS=
-OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+DIRS = Fibonacci HowToUseJIT
include $(BUILD_SRC_ROOT)/Makefile.rules
OpenPOWER on IntegriCloud