1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

Merge pull request #20663 from mguetschow/psa-crypto-example-docker

examples/psa_crypto: pass environment variable down to docker
This commit is contained in:
Marian Buschsieweke 2024-05-10 15:09:25 +00:00 committed by GitHub
commit 20b17c7518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)