diff --git a/core/Makefile b/core/Makefile index ce55de57d4..9b0b8e7b8e 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1316,3 +1316,4 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET) # ----------------------------------------------------------------- # These are some additional build tasks that need to be run. include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk)) +-include $(sort $(wildcard vendor/*/build/tasks/*.mk))