From fd1825282b1cfef42129f5788c84ed259c73b470 Mon Sep 17 00:00:00 2001 From: Dean Sanner Date: Tue, 7 Mar 2017 06:46:40 -0600 Subject: Update err console display to include PRDF logs Change-Id: I42ec4de748bcfaf1efd41680e087b9664539a69f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37608 Tested-by: Jenkins Server Reviewed-by: Zane C. Shelley Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: Caleb N. Palmer Reviewed-by: William G. Hoffa Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/usr/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr/makefile') 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 -- cgit v1.2.3