From f4a2f8f3e1bee4e4aa85b42db83ea44d8bba5171 Mon Sep 17 00:00:00 2001 From: Claus Michael Olsen Date: Mon, 9 May 2016 13:38:51 -0500 Subject: 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 --- import/chips/p9/xip/p9_xip_tool.mk | 5 +++-- 1 file 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) -- cgit v1.2.3