From 6fa4a2544fc9dd3f6076a759fd55da9b78c941cb Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 10 Jun 2024 14:06:19 +0200 Subject: [PATCH] Force enabled CAL staging key --- makefile_conf/features.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_conf/features.mk b/makefile_conf/features.mk index 59b707fc..e4a009c0 100644 --- a/makefile_conf/features.mk +++ b/makefile_conf/features.mk @@ -48,7 +48,7 @@ ifneq ($(CAL_TEST_KEY),0) # Key used in our test framework DEFINES += HAVE_CAL_TEST_KEY endif -CAL_STAGING_KEY ?= 0 +CAL_STAGING_KEY ?= 1 ifneq ($(CAL_STAGING_KEY),0) # Key used by the staging CAL DEFINES += HAVE_CAL_STAGING_KEY