summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHeyi Guo <heyi.guo@linaro.org>2018-03-01 18:57:58 +0800
committerHeyi Guo <heyi.guo@linaro.org>2018-03-05 14:18:04 +0800
commit7d9ee7e3806cb1b1b484805ba723a0202d917a7a (patch)
treedcd8a7d4ec57cfd4355dca9b059059e9974b8b3d /tools
parentc37be00b160da5e8aa1a2950090fc52002d88d95 (diff)
Change PLATFORM_ROOT to TF_PLATFORM_ROOT
Since we use "?=" to set PLATFORM_ROOT, it is better to change the name to be more special, or else it may be overridden by some environment variables, such as in some CI build environments. Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/cert_create/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cert_create/Makefile b/tools/cert_create/Makefile
index 437b6927..b0994b8c 100644
--- a/tools/cert_create/Makefile
+++ b/tools/cert_create/Makefile
@@ -35,7 +35,7 @@ PLAT_INCLUDE := ../../include/tools_share
else
PLAT_MSG := ${PLAT}
-PLATFORM_ROOT := ../../plat/
+TF_PLATFORM_ROOT := ../../plat/
include ${MAKE_HELPERS_DIRECTORY}plat_helpers.mk
PLAT_INCLUDE := $(wildcard ${PLAT_DIR}include)