summaryrefslogtreecommitdiffstats
path: root/src/usr/makefile
diff options
context:
space:
mode:
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