diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2018-08-23 11:59:16 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2018-08-28 14:59:16 -0500 |
| commit | 8cb89b7faae91267ba9c1c03531a26882f2a59e0 (patch) | |
| tree | bdc5c0c4cfacdfe927eb24a4df43eb00a3cc3d5f /src/usr/fapi2 | |
| parent | 6a593d78b7c559ab77ab315b0534b253df2f3ace (diff) | |
| download | talos-hostboot-8cb89b7faae91267ba9c1c03531a26882f2a59e0.tar.gz talos-hostboot-8cb89b7faae91267ba9c1c03531a26882f2a59e0.zip | |
Moves generic xml directories to be in generic/procedures
Change-Id: I99cc69585a12416de3c0b36ecc740a2cc2244a81
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65097
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65120
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index ee734cff0..56edc7995 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -119,7 +119,7 @@ FAPI2_ERROR_XML += $(wildcard \ FAPI2_ERROR_XML += $(wildcard \ $(ROOTPATH)/src/import/chips/centaur/procedures/xml/error_info/*.xml) FAPI2_ERROR_XML += $(wildcard \ - $(ROOTPATH)/src/import/generic/xml/error_info/*.xml) + $(ROOTPATH)/src/import/generic/procedures/xml/error_info/*.xml) # Attribute XML files. FAPI2_ATTR_XML += $(wildcard \ @@ -128,6 +128,8 @@ FAPI2_ATTR_XML += $(wildcard \ $(ROOTPATH)/src/import/chips/p9/procedures/xml/attribute_info/*.xml) FAPI2_ATTR_XML += $(wildcard \ $(ROOTPATH)/src/import/chips/centaur/procedures/xml/attribute_info/*.xml) +FAPI2_ATTR_XML += $(wildcard \ + $(ROOTPATH)/src/import/generic/procedures/xml/attribute_info/*.xml) # Filter out Temp defaults XML file from Attribute XML files. # NOTE: The hb_temp_defaults.xml file is not a normal attribute file with the |

