diff options
| author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2012-04-23 18:47:39 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-27 10:53:32 -0500 |
| commit | 9f369593f40c2cb0b15f5e2ea73106db91b844a3 (patch) | |
| tree | 474da3cb94553d7a69b3c2ca0eea3f20998a263d /src/usr/hwpf/makefile | |
| parent | 5cd51ece6aac9562c15e7366f8136ec7ba616f9b (diff) | |
| download | talos-hostboot-9f369593f40c2cb0b15f5e2ea73106db91b844a3.tar.gz talos-hostboot-9f369593f40c2cb0b15f5e2ea73106db91b844a3.zip | |
Ability to use defines for hex and binary addresses.
Ability to use defines in the bits, scom_data and attribute columns.
Change-Id: Ic5f001a524fe0bfe58eb91418abb152ba6e95729
RTC:35648
RTC:40446
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/933
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 7c0091bfe..1eee19816 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -166,7 +166,7 @@ $(call GENTARGET, ${FAPI_ATTR_ID_TARGET} ${FAPI_ATTR_PLAT_CHECK_TARGET} \ # The binary, list and attr files generated from Initfiles #------------------------------------------------------------------------------ $(call GENTARGET, ${HWP_IF_ALL_TARGETS}) : \ - ${GENDIR}/${IF_CMP_COMPILER_TARGET} ${HWP_INITFILES} ${GENDIR}/${FAPI_ATTR_ID_TARGET} + ${GENDIR}/${IF_CMP_COMPILER_TARGET} ${HWP_INITFILES} ${GENDIR}/${FAPI_ATTR_ID_TARGET} ${HWP_IF_DEFINE_DIR} $< -init ${HWP_INITFILES} -outdir $(dir $@) -attr ${GENDIR}/${FAPI_ATTR_ID_TARGET} \ -I ${HWP_IF_DEFINE_DIR} |

