diff --git a/core/Makefile b/core/Makefile index e3dd7ad74..506488662 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1744,6 +1744,9 @@ ifneq ($(dont_bother),true) include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk)) -include $(sort $(wildcard vendor/*/build/tasks/*.mk)) -include $(sort $(wildcard device/*/build/tasks/*.mk)) +# Also the project-specific tasks +-include $(sort $(wildcard vendor/*/*/build/tasks/*.mk)) +-include $(sort $(wildcard device/*/*/build/tasks/*.mk)) endif # -----------------------------------------------------------------