summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
Diffstat (limited to 'src/build')
-rw-r--r--src/build/Makefile4
-rw-r--r--src/build/img_defs.mk4
2 files changed, 6 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
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index a1f39867..ad8f3a9c 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -192,6 +192,10 @@ ifndef TOOLS_ATTR_DIR
export TOOLS_ATTR_DIR = $(TOOLS_SRCDIR)/scripts
endif
+ifndef IMPORT_TOOLS_DIR
+export IMPORT_TOOLS_DIR = $(IMPORT_SRCDIR)/hwpf/fapi2/tools
+endif
+
ifndef TOOLS_IMAGE_DIR
export TOOLS_IMAGE_DIR = $(TOOLS_SRCDIR)/image
endif
OpenPOWER on IntegriCloud