summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/build.mk')
-rw-r--r--board/cr50/build.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index 4576e30c0e..b221c4f050 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -19,7 +19,7 @@ ifeq ($(BOARD_MK_INCLUDED_ONCE),)
# List of variables which can be defined in the environment or set in the make
# command line.
ENV_VARS := CR50_DEV CRYPTO_TEST H1_RED_BOARD U2F_TEST RND_TEST DRBG_TEST\
- ECDSA_TEST DCRYPTO_TEST
+ ECDSA_TEST DCRYPTO_TEST P256_BIN_TEST
ifneq ($(CRYPTO_TEST),)
CPPFLAGS += -DCRYPTO_TEST_SETUP
@@ -44,6 +44,10 @@ ifneq ($(DCRYPTO_TEST),)
CPPFLAGS += -DCRYPTO_TEST_CMD_DCRYPTO_TEST=1
endif
+ifneq ($(P256_BIN_TEST),)
+CPPFLAGS += -DP256_BIN_TEST=1
+endif
+
endif