Skip to content

Commit

Permalink
Merge pull request #20663 from mguetschow/psa-crypto-example-docker
Browse files Browse the repository at this point in the history
examples/psa_crypto: pass environment variable down to docker
  • Loading branch information
maribu committed May 10, 2024
2 parents 3927a4f + 3a2d196 commit 20b17c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/psa_crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 20b17c7

Please sign in to comment.