summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hbDistribute8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute
index 41936cb93..8c501ad97 100755
--- a/src/build/tools/hbDistribute
+++ b/src/build/tools/hbDistribute
@@ -95,6 +95,11 @@ do
shift
;;
+ "--errltool")
+ TARGET="errltool_TARGET"
+ shift
+ ;;
+
"--release")
TARGET="ALL"
shift
@@ -156,7 +161,8 @@ fi
echo "sbfw dir = ${SBFW_DIR}"
# Verify SBFW directory or default to sandbox.
if [ "${SBFW_DIR}" == "invalid directory" -a \
- "${TARGET}" != "openpower_TARGET" ]; then
+ "${TARGET}" != "openpower_TARGET" -a \
+ "${TARGET}" != "errltool_TARGET" ]; then
if [ -z "${SANDBOXROOT}" -o -z "${SANDBOXNAME}" ]; then
echo "ERROR:SBFW - No path specified and \$SANDBOXBASE undefined."
print_usage
OpenPOWER on IntegriCloud