summaryrefslogtreecommitdiff
path: root/tos-build.sh
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2015-08-02 17:22:13 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2015-08-04 15:34:16 +0100
commit8db57a5eeb10b85f6750fa74c1f0fe732734588b (patch)
tree355a40d19e4c3a95bc120e38001b155f1db52998 /tos-build.sh
parentf821f3103e8b51b6de47a032fbab42ddb6c60f3c (diff)
Add debug build handling for ARM-TF and OP-TEE
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'tos-build.sh')
-rwxr-xr-xtos-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tos-build.sh b/tos-build.sh
index 3591d01..936870c 100755
--- a/tos-build.sh
+++ b/tos-build.sh
@@ -25,7 +25,7 @@ function build_platform
return 1
fi
- if [ X"`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_tos`" != X"yes" ]; then
+ if [ X"`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_tos`" = X"" ]; then
echo "Platform '$1' is not configured to build Trusted OS."
return 0
fi