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:
parent
3927a4fd17
commit
3a2d1965d8
@ -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…
Reference in New Issue
Block a user