Merge pull request #1095 from soby-mathew/sm/fix_cert_create_build

Set default value of USE_TBBR_DEFS
This commit is contained in:
davidcunado-arm 2017-09-14 09:37:32 +01:00 committed by GitHub
commit b4567c125d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ V ?= 0
DEBUG := 0
BINARY := ${PROJECT}${BIN_EXT}
OPENSSL_DIR := /usr
USE_TBBR_DEFS := 1
OBJECTS := src/cert.o \
src/cmd_opt.o \