1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/psa_crypto: pass environment variable down to docker

This commit is contained in:
Mikolai Gütschow 2024-05-10 16:52:46 +02:00
parent 3927a4fd17
commit 3a2d1965d8
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -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)