Skip to content

Commit

Permalink
Start compiling in attributes under src/import/generic/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Sep 25, 2018
1 parent 2c582e4 commit 7a6203d
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 @@ -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
Expand Down

0 comments on commit 7a6203d

Please sign in to comment.