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:
commit
20b17c7518
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user