summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/Makefile')
-rw-r--r--contrib/llvm/tools/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/llvm/tools/Makefile b/contrib/llvm/tools/Makefile
index 9d2e576..9bc74fe 100644
--- a/contrib/llvm/tools/Makefile
+++ b/contrib/llvm/tools/Makefile
@@ -49,9 +49,4 @@ ifeq ($(ENABLE_PIC),1)
endif
endif
-# Don't build edis if we explicitly disabled it.
-ifeq ($(DISABLE_EDIS),1)
- PARALLEL_DIRS := $(filter-out edis, $(PARALLEL_DIRS))
-endif
-
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud