From 3a2d1965d85735b606abf75038a13e5e692da4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Fri, 10 May 2024 16:52:46 +0200 Subject: [PATCH] examples/psa_crypto: pass environment variable down to docker --- examples/psa_crypto/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/psa_crypto/Makefile b/examples/psa_crypto/Makefile index 1ea1d07937eb..e93a82295ace 100644 --- a/examples/psa_crypto/Makefile +++ b/examples/psa_crypto/Makefile @@ -5,6 +5,8 @@ APPLICATION = example_psa_crypto BOARD ?= native +DOCKER_ENV_VARS += SECURE_ELEMENT + ifeq (2, $(SECURE_ELEMENT)) CFLAGS += -DSECURE_ELEMENT # Application specific (not needed by PSA) CFLAGS += -DMULTIPLE_SE # Application specific (not needed by PSA)