From a4d8ef54250c26edd4de0541b9205c8b7829620f Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 16 Nov 2018 16:19:58 -0600 Subject: Add explorer directory to attribute_info lookup 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 Tested-by: Jenkins OP Build CI Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/targeting/xmltohb/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/targeting') diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile index 154a71950..8f36b995e 100755 --- a/src/usr/targeting/xmltohb/makefile +++ b/src/usr/targeting/xmltohb/makefile @@ -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 -- cgit v1.2.1