From 4a2bf951ac804f97be8ab2ad2ece396e6407af8f Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Fri, 8 Sep 2017 10:54:12 +0100 Subject: Set default value of USE_TBBR_DEFS Using the OIDs defined in tbbr_oids.h is the recommended way to build the cert_create tool. This patch hence sets default value of the build flag USE_TBBR_DEFS to 1 in the Makefile in `tools/cert_create` folder when cert_create is built from this folder. Fixes ARM-software/tf-issues#482 Change-Id: Id1d224826b3417770bccbefa1b68d9bdb3b567f0 Signed-off-by: Soby Mathew --- tools/cert_create/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/cert_create/Makefile b/tools/cert_create/Makefile index eae76dfb..437b6927 100644 --- a/tools/cert_create/Makefile +++ b/tools/cert_create/Makefile @@ -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 \ -- cgit v1.2.3