diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2014-04-09 13:32:26 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-05-08 14:51:37 -0500 |
commit | be0b8eb067f0418defc1bae016e5452724f98cc9 (patch) | |
tree | 0811a002000aa07c81b5ac65d5eafc6a3ebfe384 /src/usr/errl | |
parent | d37f47a89226f2a4649d35eb1efc120bd5802ef9 (diff) | |
download | talos-hostboot-be0b8eb067f0418defc1bae016e5452724f98cc9.tar.gz talos-hostboot-be0b8eb067f0418defc1bae016e5452724f98cc9.zip |
Add more FFDC for scom fails to PBA regs
Change-Id: I43cd653bdcdb1634f0e8f91c46992d2381ff0b9d
CQ: SW256226
Backport: release-fips811
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10311
Tested-by: Jenkins Server
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl')
-rw-r--r-- | src/usr/errl/runtime/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/errl/runtime/makefile b/src/usr/errl/runtime/makefile index 025cd2dd5..618fdd87a 100644 --- a/src/usr/errl/runtime/makefile +++ b/src/usr/errl/runtime/makefile @@ -1,11 +1,11 @@ # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # -# $Source: src/usr/trace/runtime/makefile $ +# $Source: src/usr/errl/runtime/makefile $ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2013 +# COPYRIGHT International Business Machines Corp. 2013,2014 # # p1 # @@ -27,7 +27,7 @@ MODULE = errl_rt OBJS = errlentry.o rt_errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o \ errlud.o errlsrc.o errluserdetails.o backtrace.o errludtarget.o \ errludstring.o errludbacktrace.o errludattribute.o \ - errludcallout.o rt_vfs.o + errludcallout.o rt_vfs.o errludlogregister.o SUBDIRS = test.d |