diff options
author | Mark Wenning <wenning@us.ibm.com> | 2011-09-30 15:09:57 -0500 |
---|---|---|
committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-11-01 10:58:00 -0500 |
commit | 14cd4e689a68a7440309090d0a6f82d25f8b6984 (patch) | |
tree | 92210b10941c76565af27bc9a5b68502b89daac4 /src/usr/errl/makefile | |
parent | beb8da45e9ad11796185bfb99f47fce35a090f9e (diff) | |
download | talos-hostboot-14cd4e689a68a7440309090d0a6f82d25f8b6984.tar.gz talos-hostboot-14cd4e689a68a7440309090d0a6f82d25f8b6984.zip |
RTC3964: ErrorLog User Data Parser
- created
- add unittest for FILENAME
- add unittest for StackTrace
- still need to handle x86 (mini-errl) side
- post-review changes
- Monte's suggestions
- Thi's suggestions
- remove appendToLog() - combine with addToLog()
- fix merge error - fsi was in both BASE and EXTENDED
Change-Id: I863aae9f75aad5d576e839a9ef3099af6943982b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/429
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/usr/errl/makefile')
-rw-r--r-- | src/usr/errl/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/errl/makefile b/src/usr/errl/makefile index 924f34623..1a219ccb3 100644 --- a/src/usr/errl/makefile +++ b/src/usr/errl/makefile @@ -23,7 +23,8 @@ ROOTPATH = ../../.. MODULE = errl -OBJS = errlentry.o errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o errlud.o errlsrc.o +OBJS = errlentry.o errlmanager.o errlsctn.o errlsctnhdr.o errlprvt.o errluh.o \ + errlud.o errlsrc.o errluserdetails.o SUBDIRS = test.d parser.d |