summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index aa07a2b1b7..84ffa064ae 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -57,4 +57,8 @@ ifeq ($(ENABLE_PIC),1)
endif
endif
+ifdef LLVM_HAS_POLLY
+ PARALLEL_DIRS += polly
+endif
+
include $(LEVEL)/Makefile.common