summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-03-06 09:26:55 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-03 08:54:48 -0500
commit73f2d486d77f594b8fe85c009556d8aafb02b93f (patch)
tree23987de41afa7877029fac58cc90868045b011c3 /src/usr/targeting/makefile
parent2c609c0829362e6f499464db39dd4dce6e592f30 (diff)
downloadtalos-hostboot-73f2d486d77f594b8fe85c009556d8aafb02b93f.tar.gz
talos-hostboot-73f2d486d77f594b8fe85c009556d8aafb02b93f.zip
Create attribute dump-to-trace function
Work for Task 38385 I modified the attribute parsing script (xmltohb.pl) to generate a debug function that will loop over all targets and trace out the value of every defined attribute. Note that this is not the permanent direction, eventually we will do the parsing offline using the debug framework. This is a stop-gap until that is ready. For review I have a copy of the trace output here: /gsa/ausgsa/home/d/c/dcrowell/public/hostboot/RTC_35202_output.txt RTC: 35202 Change-Id: I038dfd0fd0eb10b25203fe91fa23933fd24fe62f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/770 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index 9efa436ce..438955284 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -49,7 +49,10 @@ OTHER_OBJS = \
util.o
OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} ${ATTR_RP_OBJS} ${OTHER_OBJS}
+OBJS += attributestrings.o attributedump.o
SUBDIRS = test.d xmltohb.d
include ${ROOTPATH}/config.mk
+
+vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud