compilerplugins: Build them in parallel.

Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906
This commit is contained in:
Jan Holesovsky
2014-04-17 14:08:09 +02:00
parent 2b53138838
commit 4101fa1841

View File

@@ -21,7 +21,11 @@ else
ifeq ($(COM_GCC_IS_CLANG),TRUE)
include $(SRCDIR)/compilerplugins/Makefile-clang.mk
compilerplugins:
$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins
compilerplugins-clean:
$(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean
compilerplugins.clean: compilerplugins-clean