summaryrefslogtreecommitdiffstats
path: root/src/usr/errl
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2016-08-23 01:36:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-07 23:32:36 -0500
commit1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd (patch)
tree6dba9b65506b794890b32ab3c298ba47c6d0b9fd /src/usr/errl
parentbe59485a8fe6dd222a8dd22fc381d4559c95ce33 (diff)
downloadtalos-hostboot-1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd.tar.gz
talos-hostboot-1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd.zip
Move user details attribute code to extended image
Change-Id: I79dbac09a6f3945395cb397c22eb28612f5537a4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28650 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32839 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Diffstat (limited to 'src/usr/errl')
-rw-r--r--src/usr/errl/errl.mk3
-rw-r--r--src/usr/errl/makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/usr/errl/errl.mk b/src/usr/errl/errl.mk
index 91ce34b0e..c75263dc1 100644
--- a/src/usr/errl/errl.mk
+++ b/src/usr/errl/errl.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -35,7 +35,6 @@ OBJS += backtrace.o
OBJS += errludtarget.o
OBJS += errludstring.o
OBJS += errludbacktrace.o
-OBJS += errludattribute.o
OBJS += errludlogregister.o
OBJS += errludcallout.o
OBJS += errlmanager_common.o
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile
index d942214f7..d0f0f8967 100644
--- a/src/usr/errl/makefile
+++ b/src/usr/errl/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2016
# [+] International Business Machines Corp.
#
#
@@ -37,6 +37,6 @@ SUBDIRS += runtime.d
include ${ROOTPATH}/config.mk
-# to find errludattribute.[CH] and errludtarget.[CH] - they are generated
+# to find errludtarget.[CH] - they are generated
# by src/usr/targeting/common/xmltohb/xmltohb.pl
vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud