summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-09-20 06:53:51 -0500
committerSantosh S. Puranik <santosh.puranik@in.ibm.com>2016-09-21 07:06:18 -0400
commit7bc92647d1c160eab3987c387d7fff53047ffab9 (patch)
treef16d9d3aa5baea8b54a07df5b063ef6dc737f7ce /src/build/Makefile
parent93749c8818208de5c254da2b23a7b642d0a91e87 (diff)
downloadtalos-sbe-7bc92647d1c160eab3987c387d7fff53047ffab9.tar.gz
talos-sbe-7bc92647d1c160eab3987c387d7fff53047ffab9.zip
Use mirrored error info parser script
Change-Id: Ia9eb323b431377cb57d12c54489ce0c77d13a0bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29946 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index ba0f8fd0..11413045 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -280,8 +280,8 @@ ppe_trace_bin:
xml: $(FAPI_RC)
-$(FAPI_RC): $(TOOLS_ATTR_DIR)/parseErrorInfo.pl $(ERROR_XML_FILES)
- $(TOOLS_ATTR_DIR)/parseErrorInfo.pl --local-ffdc --output-dir=$(GENFILES_DIR) $(ERROR_XML_FILES)
+$(FAPI_RC): $(IMPORT_TOOLS_DIR)/parseErrorInfo.pl $(ERROR_XML_FILES)
+ $(IMPORT_TOOLS_DIR)/parseErrorInfo.pl --local-ffdc --output-dir=$(GENFILES_DIR) $(ERROR_XML_FILES)
$(IMG_DIR)/fixed.bin: $(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin
$(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin extract .fixed $(IMG_DIR)/fixed.bin
OpenPOWER on IntegriCloud