diff --git a/core/Makefile b/core/Makefile index c4d5530aa6..c8eeceebdd 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5246,6 +5246,10 @@ $(call declare-container-license-deps,$(INTERNAL_OTATOOLS_PACKAGE_FILES) $(INTER .PHONY: otatools-package otatools-package: $(BUILT_OTATOOLS_PACKAGE) +$(call dist-for-goals, otatools-package, \ + $(BUILT_OTATOOLS_PACKAGE) \ +) + endif # build_otatools_package # -----------------------------------------------------------------