diff options
| author | vanlee <vanlee@us.ibm.com> | 2013-04-28 00:59:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-08 14:24:52 -0500 |
| commit | 877e635c96a6c7f2d657fb8abb974417b033e282 (patch) | |
| tree | 5f8fdd8bdf32117127143870aa13fc7ab7332b75 /src/usr/hwpf/makefile | |
| parent | 7af1d3ab7d3ab0049032cbdb3f04fd0e773724fe (diff) | |
| download | talos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.tar.gz talos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.zip | |
Port FSP TOD service module to Hostboot for SPless system
Change-Id: I9f61df4b8ea05c5634578cc8e27f5ffa7dadf8da
RTC: 67846
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4250
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 244e8115b..fce8e608d 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -81,7 +81,8 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/nest_chiplets/proc_chiplet_scominit/proc_xbus_scominit_errors.xml \ hwp/dmi_training/proc_dmi_scominit_errors.xml \ hwp/dmi_training/cen_dmi_scominit_errors.xml \ - hwp/sbe_centaur_init/cen_xip_customize_errors.xml + hwp/sbe_centaur_init/cen_xip_customize_errors.xml \ + hwp/tod_init/proc_tod_utils/proc_tod_utils.xml ## these get generated into obj/genfiles/AttributeIds.H HWP_ATTR_XML_FILES = hwp/memory_attributes.xml \ |

