summaryrefslogtreecommitdiffstats
path: root/src/usr/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/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/makefile')
-rw-r--r--src/usr/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/makefile b/src/usr/makefile
index 96537fe87..64df5222e 100644
--- a/src/usr/makefile
+++ b/src/usr/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2010,2016
+# Contributors Listed Below - COPYRIGHT 2010,2017
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -69,4 +69,8 @@ SUBDIRS += diag.d
SUBDIRS += xz.d
SUBDIRS += $(if $(CONFIG_ENABLE_HDAT_IN_HOSTBOOT),hdat.d,)
+#errldisplay relies on some generated files from PRD.
+#Enforce that it goes after
+_BUILD/SUBDIR/CODE/errldisplay: _BUILD/SUBDIR/CODE/diag
+
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud