Skip to content

Commit

Permalink
Add new P9A hwp error xml path to fapi2 file generation makefile
Browse files Browse the repository at this point in the history
In fapi2.mk we run a lot of scripts which generate various headers
based upon information we parse for different XML files. We were
missing the new path of XML files that was added for Axone and
this commit addresses that.

Change-Id: I2815221483a71d62120503b35feaa5c719cc8866
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71943
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Feb 16, 2019
1 parent 855fc5f commit cbe42ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/usr/fapi2/fapi2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2015,2018
# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -125,6 +125,8 @@ FAPI2_ERROR_XML += $(wildcard \
$(ROOTPATH)/src/import/generic/procedures/xml/error_info/*.xml)
FAPI2_ERROR_XML += $(wildcard \
$(ROOTPATH)/src/import/chips/ocmb/explorer/procedures/xml/error_info/*.xml)
FAPI2_ERROR_XML += $(wildcard \
$(ROOTPATH)/src/import/chips/p9a/procedures/xml/error_info/*.xml)

# Attribute XML files.
FAPI2_ATTR_XML += $(wildcard \
Expand Down

0 comments on commit cbe42ab

Please sign in to comment.