From 4623d0d332de37f10cbc65a0270f9483a02500ae Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Thu, 31 Aug 2023 16:31:18 +0000 Subject: [PATCH] update makefile with usages Signed-off-by: Steven Borrelli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83f390c..20f342e 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk CROSSPLANE_NAMESPACE = upbound-system -CROSSPLANE_ARGS = "--enable-environment-configs" +CROSSPLANE_ARGS = "--enable-environment-configs --enable-usages" -include build/makelib/local.xpkg.mk -include build/makelib/controlplane.mk