summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/llvmc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/llvmc/Makefile')
-rw-r--r--contrib/llvm/tools/llvmc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm/tools/llvmc/Makefile b/contrib/llvm/tools/llvmc/Makefile
index 8f99526..7c03e2a 100644
--- a/contrib/llvm/tools/llvmc/Makefile
+++ b/contrib/llvm/tools/llvmc/Makefile
@@ -9,10 +9,10 @@
LEVEL = ../..
-export LLVMC_BASED_DRIVER_NAME = llvmc
-export LLVMC_BUILTIN_PLUGINS = Base Clang
-REQUIRES_RTTI = 1
+DIRS = src
-DIRS = plugins driver
+ifeq ($(BUILD_EXAMPLES),1)
+ OPTIONAL_DIRS += examples
+endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud