Home
last modified time | relevance | path

Searched refs:CRTTOOL (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/tools/cert_create/
DMakefile10 CRTTOOL ?= cert_create${BIN_EXT} macro
11 BINARY := $(notdir ${CRTTOOL})
/external/arm-trusted-firmware/
DMakefile822 CRTTOOL ?= ${CRTTOOLPATH}/cert_create${BIN_EXT} macro
1252 certtool: ${CRTTOOL}
1254 ${CRTTOOL}: FORCE
1255 …SE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} CRTTOOL=${CRTTOOL} --no-print-…
1261 certificates: ${CRT_DEPS} ${CRTTOOL}
1262 ${Q}${CRTTOOL} ${CRT_ARGS}
1278 fwu_certificates: ${FWU_CRT_DEPS} ${CRTTOOL}
1279 ${Q}${CRTTOOL} ${FWU_CRT_ARGS}