Remove Name row if not defined

This commit is contained in:
Quentin
2019-11-03 14:50:32 +01:00
parent ca86451aa5
commit 4ba14cd06a
10 changed files with 59 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ PLATFORM ?= device
DEBUG ?= 0
EPSILON_VERSION ?= 12.0.0
EPSILON_CUSTOM_VERSION ?= 1.13.4-0
USERNAME ?= N/A
EPSILON_CUSTOM_VERSION ?= 1.13.5-0
# USERNAME ?= N/A
# Valid values are "none", "update", "beta"
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings
EPSILON_I18N ?= en fr es de pt
@@ -24,5 +24,8 @@ endif
include build/toolchain.$(TOOLCHAIN).mak
SFLAGS += -DDEBUG=$(DEBUG)
ifdef USERNAME
SFLAGS += -DUSERNAME=$(USERNAME)
endif
SFLAGS += -DEPSILON_GETOPT=$(EPSILON_GETOPT)
SFLAGS += -DESCHER_LOG_EVENTS_BINARY=$(ESCHER_LOG_EVENTS_BINARY)