summaryrefslogtreecommitdiff
path: root/opteed-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opteed-build.sh')
-rwxr-xr-xopteed-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/opteed-build.sh b/opteed-build.sh
index be16913..40fb844 100755
--- a/opteed-build.sh
+++ b/opteed-build.sh
@@ -103,6 +103,8 @@ function build_platform
# Copy resulting images to UEFI image dir
#
TOS_BIN="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_bin`"
+ TOS_BIN_EXTRA1="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_bin_extra1`"
+ TOS_BIN_EXTRA2="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_bin_extra2`"
else
return 1
fi