diff --git a/examples/psa_crypto/Makefile b/examples/psa_crypto/Makefile index 1ea1d07937..e93a82295a 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)