summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-11-16 16:19:58 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-19 11:37:22 -0600
commita4d8ef54250c26edd4de0541b9205c8b7829620f (patch)
tree0e49164a2b51c926e380984e3446ee4153daff25 /src/usr/targeting/xmltohb/makefile
parent42e8d57d84b9ba0b2b42db23823ceb8eb7a480f3 (diff)
downloadtalos-hostboot-a4d8ef54250c26edd4de0541b9205c8b7829620f.tar.gz
talos-hostboot-a4d8ef54250c26edd4de0541b9205c8b7829620f.zip
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 <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>
Diffstat (limited to 'src/usr/targeting/xmltohb/makefile')
-rwxr-xr-xsrc/usr/targeting/xmltohb/makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud