summaryrefslogtreecommitdiffstats
path: root/src/usr/errldisplay/makefile
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-03-07 06:46:40 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-28 15:35:32 -0400
commitfd1825282b1cfef42129f5788c84ed259c73b470 (patch)
treef7fdde83915f8c15c3554e81fdeaa741fe642e77 /src/usr/errldisplay/makefile
parentefc8d3c19f61b47ed4b9de3ce5f8fabf2c59fefc (diff)
downloadtalos-hostboot-fd1825282b1cfef42129f5788c84ed259c73b470.tar.gz
talos-hostboot-fd1825282b1cfef42129f5788c84ed259c73b470.zip
Update err console display to include PRDF logs
Change-Id: I42ec4de748bcfaf1efd41680e087b9664539a69f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37608 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errldisplay/makefile')
-rw-r--r--src/usr/errldisplay/makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/errldisplay/makefile b/src/usr/errldisplay/makefile
index c4561087d..57a208ce7 100644
--- a/src/usr/errldisplay/makefile
+++ b/src/usr/errldisplay/makefile
@@ -30,11 +30,18 @@ MODULE = errldisplay
OBJS += errldisplay.o
OBJS += errldisplaydata.o
+#PRDF Error Sigs
+include ${ROOTPATH}/src/usr/diag/prdf/common/rule/tables.mk
+OBJS += $(if $(CONFIG_CONSOLE_OUTPUT_FFDCDISPLAY),$(prd_rule_disp_targets))
+
include ${ROOTPATH}/config.mk
# To find errldisplaydata.C - it is generated
# by ../errl/parser/genErrlParsers.pl
-vpath %.C ${GENDIR}
+vpath %.C ${GENDIR} ${GENDIR}/plugins/prdf/
+vpath %.C ${GENDIR} ${GENDIR}/plugins/prdf/rule
#To find hbfwErrDisplayPlatHwpErr add extra include paths
EXTRAINCDIR += ${GENDIR}/plugins
+EXTRAINCDIR += ${GENDIR}/plugins/prdf/
+EXTRAINCDIR += ${ROOTPATH}/src/usr/diag/prdf/plugins/
OpenPOWER on IntegriCloud