diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2014-06-24 15:48:45 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-25 08:30:04 -0500 |
| commit | 2e5a8e8a29d90842c0cbb2138bb1ec0759c5c4d5 (patch) | |
| tree | 583fba75d5a1f16d9e5022ddd959048e3f29d1be /src/build/tools/hbDistribute | |
| parent | 82343f7897f79abc0e9780b7b1a3388728d6562d (diff) | |
| download | talos-hostboot-2e5a8e8a29d90842c0cbb2138bb1ec0759c5c4d5.tar.gz talos-hostboot-2e5a8e8a29d90842c0cbb2138bb1ec0759c5c4d5.zip | |
Update hbDistribute for OpenPower configurations
Change-Id: Id36b9e425316fd582fa4dd5102ce7bdb6aa89b17
RTC:106898
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11794
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/hbDistribute')
| -rwxr-xr-x | src/build/tools/hbDistribute | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute index ed4236502..0dd06c51e 100755 --- a/src/build/tools/hbDistribute +++ b/src/build/tools/hbDistribute @@ -68,6 +68,10 @@ do TARGET="fsp_TARGET" ;; + "--openpower") + TARGET="openpower_TARGET" + ;; + "--release") TARGET="ALL" ;; |

