Skip to content

Commit

Permalink
Add explorer directory to attribute_info lookup
Browse files Browse the repository at this point in the history
Tell Hostboot to process the new attribute xml files for Explorer

Change-Id: I0c584f916b928ce642cb93cd3138f13e1cb25ae6
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68865
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Nov 19, 2018
1 parent 42e8d57 commit a4d8ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/targeting/xmltohb/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/p9/procedures/xml/attr
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/hwpf/fapi2/xml/attribute_info/*)
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/centaur/procedures/xml/attribute_info/*)
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/generic/procedures/xml/attribute_info/*)
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/*)

# 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
Expand Down

0 comments on commit a4d8ef5

Please sign in to comment.