diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2016-05-09 13:38:51 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:01:46 -0500 |
| commit | f4a2f8f3e1bee4e4aa85b42db83ea44d8bba5171 (patch) | |
| tree | acf0f4d8e37b6723ca4c83793babcc6670edb6c8 | |
| parent | 399ef7d88d23e47083a7082dab96955dd2b15cf9 (diff) | |
| download | talos-hcode-f4a2f8f3e1bee4e4aa85b42db83ea44d8bba5171.tar.gz talos-hcode-f4a2f8f3e1bee4e4aa85b42db83ea44d8bba5171.zip | |
Initial check in of xip_tool changes needed to support another
initial check in p9_xip_tool.C
Change-Id: I5c2be359f18424b3de90643d1d8ff544573b857f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23801
Tested-by: Jenkins Server
Tested-by: PPE CI
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
| -rw-r--r-- | import/chips/p9/xip/p9_xip_tool.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/import/chips/p9/xip/p9_xip_tool.mk b/import/chips/p9/xip/p9_xip_tool.mk index 593c036a..e960d072 100644 --- a/import/chips/p9/xip/p9_xip_tool.mk +++ b/import/chips/p9/xip/p9_xip_tool.mk @@ -23,7 +23,8 @@ # # IBM_PROLOG_END_TAG EXE = p9_xip_tool +$(EXE)_COMMONFLAGS += -DXIP_TOOL_ENABLE_DISSECT OBJS += $(EXE).o -$(EXE)_COMMONFLAGS += -DDEBUG_P9_XIP_IMAGE=1 -$(EXE)_DEPLIBS += p9_xip_image +$(EXE)_DEPLIBS += p9_xip_image p9_tor p9_ringId +$(call ADD_EXE_INCDIR,$(EXE),$(ROOTPATH)/tools/imageProcs) $(call BUILD_EXE) |

