diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2011-10-17 10:33:13 -0500 |
|---|---|---|
| committer | MIKE J. JONES <mjjones@us.ibm.com> | 2011-10-17 10:52:16 -0500 |
| commit | 0edaa15a20f8986a80d0c819dfa11648ef4f0d9e (patch) | |
| tree | 482a1b424f650f01f4375cdbd87e90c52662818b /src/usr/hwpf/makefile | |
| parent | d6ce3b30395982623494ad75c50e75c56fadcaca (diff) | |
| download | talos-hostboot-0edaa15a20f8986a80d0c819dfa11648ef4f0d9e.tar.gz talos-hostboot-0edaa15a20f8986a80d0c819dfa11648ef4f0d9e.zip | |
HWPF: Add fapiGetInitFileAttr function
Change-Id: I1fadb01b8f8e850fdc6c766138e8adb0ea2e0a51
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/436
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 96d42c7e5..1842daae7 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -24,7 +24,7 @@ ROOTPATH = ../../.. MODULE = hwpf FAPI_ERROR_TARGETS = fapiHwpReturnCodes.H fapiHwpErrorInfo.H -FAPI_ATTR_TARGETS = fapiAttributeIds.H +FAPI_ATTR_TARGETS = fapiAttributeIds.H fapiAttributeService.C GENFILES = ${FAPI_ERROR_TARGETS} ${FAPI_ATTR_TARGETS} SUBDIRS = fapi.d hwp.d plat.d test.d @@ -36,7 +36,7 @@ $(call GENTARGET, $(FAPI_ERROR_TARGETS)) : \ fapi/fapiParseErrorInfo.pl hwp/fapiHwpErrorInfo.xml $< $(dir $@) $(filter-out $<,$^) -# fapiParseAttributeInfo.pl produces a single output file: FAPI_ATTR_TARGETS +# fapiParseAttributeInfo.pl produces multiple output files: FAPI_ATTR_TARGETS $(call GENTARGET, $(FAPI_ATTR_TARGETS)) : \ fapi/fapiParseAttributeInfo.pl hwp/fapiHwpAttributeInfo.xml $< $(dir $@) $(filter-out $<,$^) |

