summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/dist.targets.mk
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-13 14:39:55 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-25 16:47:49 -0500
commit79a312ed32a9c19a3420a6d603e76b7a849aec42 (patch)
tree04e052069b1cb906e4779f4f29e1869fd707aa53 /src/build/mkrules/dist.targets.mk
parentbd0eb8fcc8d4fe9bf7330484094d556a848a2210 (diff)
downloadtalos-hostboot-79a312ed32a9c19a3420a6d603e76b7a849aec42.tar.gz
talos-hostboot-79a312ed32a9c19a3420a6d603e76b7a849aec42.zip
Clean up the attribute error user details
Moved the structural parts of the errludattribute code into source files, instead of being generated. Now we only pull in the generated code where it is actually useful. This makes updates simpler and faster to compile. Added a couple more attributes to the supported list of displayable values. Improved an error path to get more useful information from unsupported attributes. Change-Id: Ie339e4a1b0a6c8a1d33def92a76e36ba81bab011 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79062 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/dist.targets.mk')
-rwxr-xr-xsrc/build/mkrules/dist.targets.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk
index e78385a6c..879522d06 100755
--- a/src/build/mkrules/dist.targets.mk
+++ b/src/build/mkrules/dist.targets.mk
@@ -358,7 +358,8 @@ fsp.tar_CONTENTS = \
src/include/usr/hwas/common/hwasCallout.H:hwas/ \
src/include/usr/devicefw/driverif.H:devicefw/ \
src/include/usr/devicefw/userif.H:devicefw/ \
- obj/genfiles/plugins/errludattribute.H:plugins/ \
+ obj/genfiles/plugins/errludattribute_gen.H:plugins/ \
+ src/include/usr/errl/errludattribute.H:plugins/ \
obj/genfiles/plugins/errludtarget.H:plugins/ \
$(addsuffix :plugins/,\
$(call ROOTPATH_WILDCARD,obj/genfiles/plugins/hbfwSrcParse*.C)) \
OpenPOWER on IntegriCloud