Challenge implementation

This commit is contained in:
Alexandre Paillier
2022-11-25 18:13:07 +01:00
parent c00fab2f6a
commit f17104312b
5 changed files with 71 additions and 0 deletions

View File

@@ -157,6 +157,11 @@ ifneq ($(CAL_CI_KEY),0)
DEFINES += HAVE_CAL_CI_KEY
endif
# ENS
ifneq ($(TARGET_NAME),TARGET_NANOS)
DEFINES += HAVE_DOMAIN_NAME
endif
# Enabling debug PRINTF
DEBUG:=0
ifneq ($(DEBUG),0)