diff options
| author | Raja Das <rajadas2@in.ibm.com> | 2015-02-12 12:00:55 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-16 12:15:28 -0600 |
| commit | 34c58e19162834ff5bb8d4ffb9975b50d5a0770a (patch) | |
| tree | 10f80fce04ce3e129aa0152c87f245c74c9d3880 /src/usr/targeting/xmltohb | |
| parent | 7a51e37d5d7672fbef3a8f3c4a11a652ded9241a (diff) | |
| download | blackbird-hostboot-34c58e19162834ff5bb8d4ffb9975b50d5a0770a.tar.gz blackbird-hostboot-34c58e19162834ff5bb8d4ffb9975b50d5a0770a.zip | |
Targeting: Generate VERSION page for binaries.
Change-Id: Iab58f6a4a6a5e7648e8a20e6f72cc1c9851acea0
CQ: SW293516
CMVC-Coreq: 950300
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15706
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/targeting/xmltohb')
| -rw-r--r-- | src/usr/targeting/xmltohb/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile index 6d1fff381..eb0b05ac2 100644 --- a/src/usr/targeting/xmltohb/makefile +++ b/src/usr/targeting/xmltohb/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2015 # [+] International Business Machines Corp. # # @@ -154,5 +154,6 @@ ${GENDIR}/%_targeting.bin: ${XMLTOHB_COMPILER_SCRIPT} ${GENDIR}/%.hb.xml \ $(addprefix --fapi-attributes-xml-file=,${GENDIR}/${XMLTOHB_FAPI_XML}) \ --src-output-dir=none --img-output-dir=$(dir $@) \ --img-output-file=$(notdir $@) \ - --vmm-consts-file=$(VMM_CONSTS_FILE) --noshort-enums + --vmm-consts-file=$(VMM_CONSTS_FILE) --noshort-enums \ + --version-page |

