diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2012-05-29 12:02:40 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-11 11:45:48 -0500 |
| commit | 882332b0941f2913111c033c4f90bd6e4ae05da0 (patch) | |
| tree | 5c85e1bd8590e26de21c946bb918c0ec18f2be4f /src/usr/hwpf/makefile | |
| parent | 43705c216502430ed9beb464a991c8e63a60bedb (diff) | |
| download | talos-hostboot-882332b0941f2913111c033c4f90bd6e4ae05da0.tar.gz talos-hostboot-882332b0941f2913111c033c4f90bd6e4ae05da0.zip | |
proc_slw_build HWP support
Change-Id: Ib704518ebe1b32a125f93be468f05d0d4c1572bb
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1125
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index ad020ada0..b2fae34c2 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -1,11 +1,11 @@ -# IBM_PROLOG_BEGIN_TAG +# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # $Source: src/usr/hwpf/makefile $ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011 +# COPYRIGHT International Business Machines Corp. 2011-2012 # # p1 # @@ -19,7 +19,7 @@ # # Origin: 30 # -# IBM_PROLOG_END +# IBM_PROLOG_END_TAG ROOTPATH = ../../.. SUBDIRS = fapi.d hwp.d plat.d test.d @@ -36,7 +36,9 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/dimm_errors.xml \ hwp/dram_training/memory_errors.xml \ hwp/start_clocks_on_nest_chiplets/proc_start_clocks_chiplets/proc_start_clocks_chiplets_errors.xml \ - hwp/edi_ei_initialization/proc_fab_iovalid/proc_fab_smp_errors.xml + hwp/edi_ei_initialization/proc_fab_iovalid/proc_fab_smp_errors.xml \ + hwp/build_winkle_images/proc_slw_build/proc_slw_build_errors.xml + HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ hwp/L2_L3_attributes.xml \ |

