Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
[oota-llvm.git] / tools / Makefile
index 9d2e576dfbdcbb149269d6a2a310c3ffaa704dea..9bc74fe3fa4cd8a6939d216a5487f27372877a9b 100644 (file)
@@ -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