From 1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Tue, 23 Aug 2016 01:36:12 -0500 Subject: Move user details attribute code to extended image Change-Id: I79dbac09a6f3945395cb397c22eb28612f5537a4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28650 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa Reviewed-by: Matthew A. Ploetz Reviewed-by: Stephen M. Cprek Reviewed-by: Daniel M. Crowell Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32839 Reviewed-by: Nicholas E. Bofferding Reviewed-by: Michael Baiocchi Reviewed-by: Marshall J. Wilks --- src/usr/errl/errl.mk | 3 +-- src/usr/errl/makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/usr/errl') 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} -- cgit v1.2.3