diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2011-11-01 16:53:35 -0500 |
|---|---|---|
| committer | MIKE J. JONES <mjjones@us.ibm.com> | 2011-11-02 14:36:37 -0500 |
| commit | 022876203657ff7d370ea00e520b97432d1e8af5 (patch) | |
| tree | c8b3058cc9df9873e69256620a6e179684f79cdc /src/usr/hwpf/makefile | |
| parent | ed263715d32cbc99d0945a94878cc5cd6af513ac (diff) | |
| download | talos-hostboot-022876203657ff7d370ea00e520b97432d1e8af5.tar.gz talos-hostboot-022876203657ff7d370ea00e520b97432d1e8af5.zip | |
HWPF: Improve HWPF Error Logs
Change-Id: Id35ad1cec7904c63f3d4f073c0014de58240c31c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/474
Tested-by: Jenkins Server
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 1842daae7..7749368ec 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -25,7 +25,9 @@ MODULE = hwpf FAPI_ERROR_TARGETS = fapiHwpReturnCodes.H fapiHwpErrorInfo.H FAPI_ATTR_TARGETS = fapiAttributeIds.H fapiAttributeService.C -GENFILES = ${FAPI_ERROR_TARGETS} ${FAPI_ATTR_TARGETS} +FAPI_HWP_ERROR_TAGS = fapiHwpReasonCodes.H + +GENFILES = ${FAPI_ERROR_TARGETS} ${FAPI_ATTR_TARGETS} ${FAPI_HWP_ERROR_TAGS} SUBDIRS = fapi.d hwp.d plat.d test.d @@ -40,3 +42,8 @@ $(call GENTARGET, $(FAPI_ERROR_TARGETS)) : \ $(call GENTARGET, $(FAPI_ATTR_TARGETS)) : \ fapi/fapiParseAttributeInfo.pl hwp/fapiHwpAttributeInfo.xml $< $(dir $@) $(filter-out $<,$^) + +$(call GENTARGET, $(FAPI_HWP_ERROR_TAGS)) : \ + plat/fapiCreateHwpErrorTags.pl hwp/fapiHwpErrorInfo.xml + $< $(dir $@) $(filter-out $<,$^) + |

