diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2018-09-17 17:21:18 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-09-25 16:30:08 -0500 |
commit | 7a6203d615b8ba51684ad52965c5a3cc9982545b (patch) | |
tree | 40a2109f262bf48451670a75f5eeb4d5189fa88f /src | |
parent | 2c582e41b2817400e8511716901cb0d012a251b2 (diff) | |
download | talos-hostboot-7a6203d615b8ba51684ad52965c5a3cc9982545b.tar.gz talos-hostboot-7a6203d615b8ba51684ad52965c5a3cc9982545b.zip |
Start compiling in attributes under src/import/generic/
Some of the memory logic is moving over here so need to include
the new attributes in our build.
Change-Id: I9a695929c5806a004891f6e23e291ee9afc8f624
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66247
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/usr/targeting/xmltohb/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile index e4d3f0904..e67a87235 100755 --- a/src/usr/targeting/xmltohb/makefile +++ b/src/usr/targeting/xmltohb/makefile @@ -62,6 +62,7 @@ FAPIATTRSRVC_SOURCE = \ FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/p9/procedures/xml/attribute_info/*) 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/*) # 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 |