aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-01-30 13:58:10 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-01-30 13:58:10 +0000
commitdcd03ce7bb9ba385970a3bdaf6ec10716969fde5 (patch)
treec07c1bab5f590b0c16c10e9478e1708634242d4b /Makefile
parentb1d810bd212d1eee5c2f3ab927e2689c2e460dab (diff)
parent3bff910dc16ad5ed97d470064b25481d3674732b (diff)
downloadplatform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.tar.gz
platform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.tar.bz2
platform_external_arm-trusted-firmware-dcd03ce7bb9ba385970a3bdaf6ec10716969fde5.zip
Merge changes from topic "sb/select-cot" into integration
* changes: Introduce COT build option cert_create: Remove references to TBBR in common code cert_create: Introduce COT build option cert_create: Introduce TBBR CoT makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab0ccb159..183f20ddf 100644
--- a/Makefile
+++ b/Makefile
@@ -1018,7 +1018,7 @@ certtool: ${CRTTOOL}
.PHONY: ${CRTTOOL}
${CRTTOOL}:
- ${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} --no-print-directory -C ${CRTTOOLPATH}
+ ${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} --no-print-directory -C ${CRTTOOLPATH}
@${ECHO_BLANK_LINE}
@echo "Built $@ successfully"
@${ECHO_BLANK_LINE}