compilerplugins: Build them in parallel.
Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user