diff options
Diffstat (limited to 'compilerplugins/Makefile.mk')
-rw-r--r-- | compilerplugins/Makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/compilerplugins/Makefile.mk b/compilerplugins/Makefile.mk index c3b5290c9b2d..4a58ddd68f92 100644 --- a/compilerplugins/Makefile.mk +++ b/compilerplugins/Makefile.mk @@ -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 |