From 66749f1839f68fe82a8d02f44af66dc0a5f0b2f2 Mon Sep 17 00:00:00 2001 From: Damian Badura Date: Fri, 23 Feb 2024 09:44:30 +0100 Subject: [PATCH] include tools makefile --- components/operator/hack/ci/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/operator/hack/ci/Makefile b/components/operator/hack/ci/Makefile index e2af7da96..a0b42735c 100644 --- a/components/operator/hack/ci/Makefile +++ b/components/operator/hack/ci/Makefile @@ -2,6 +2,8 @@ OPERATOR_ROOT = ../.. PROJECT_ROOT = $(OPERATOR_ROOT)/../.. PROJECT_COMMON = $(OPERATOR_ROOT)/hack/common + +include ${PROJECT_ROOT}/hack/tools/Makefile include ${PROJECT_ROOT}/hack/tools/help.Makefile include ${PROJECT_ROOT}/hack/tools/gardener.Makefile