summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/makefile
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2011-10-18 14:06:28 -0500
committerTerry J. Opie <opiet@us.ibm.com>2011-12-01 09:55:33 -0600
commit1de45373ef02d33ae6a97c583db3b6d1db9bce1c (patch)
tree180c24555b3a4dbc32206da2f1312ecd503624ba /src/usr/errl/makefile
parentac378e7e2f4debe9e53dc0a68dbf6aaa225a6660 (diff)
downloadtalos-hostboot-1de45373ef02d33ae6a97c583db3b6d1db9bce1c.tar.gz
talos-hostboot-1de45373ef02d33ae6a97c583db3b6d1db9bce1c.zip
Error Log Backtrace Support
This code collects the addresses for each of the frames, but does not parse the data. The support to do this isn't available in the errl parser as of yet. Change-Id: I4804ab100fc376e26ef908c472c94202b4642aac Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/515 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com>
Diffstat (limited to 'src/usr/errl/makefile')
-rw-r--r--src/usr/errl/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile
index 1a219ccb3..8020e07a9 100644
--- a/src/usr/errl/makefile
+++ b/src/usr/errl/makefile
@@ -24,7 +24,7 @@ ROOTPATH = ../../..
MODULE = errl
OBJS = errlentry.o errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o \
- errlud.o errlsrc.o errluserdetails.o
+ errlud.o errlsrc.o errluserdetails.o backtrace.o
SUBDIRS = test.d parser.d
OpenPOWER on IntegriCloud