diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2013-06-21 16:34:25 -0700 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-16 10:42:46 -0500 |
| commit | 60a6933fb818b282fb7aa50b4a7f4d98ebd4657f (patch) | |
| tree | 67d0b14ec56b358e004c10526bb61135b7dd6f56 /src/usr/errldisplay/makefile | |
| parent | 1ca3b284749604f3984b002fb292e68e86b1227a (diff) | |
| download | talos-hostboot-60a6933fb818b282fb7aa50b4a7f4d98ebd4657f.tar.gz talos-hostboot-60a6933fb818b282fb7aa50b4a7f4d98ebd4657f.zip | |
Add human-readable dumps of error log entries as they are committed.
Origin: Google Shared Technology
Change-Id: I1d0a30faa27c0b8bd1b76418706e24378a5da7eb
RTC: 97491
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11266
Tested-by: Jenkins Server
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errldisplay/makefile')
| -rw-r--r-- | src/usr/errldisplay/makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/usr/errldisplay/makefile b/src/usr/errldisplay/makefile new file mode 100644 index 000000000..7c70f2bb5 --- /dev/null +++ b/src/usr/errldisplay/makefile @@ -0,0 +1,37 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/errldisplay/makefile $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2013,2014 +# [+] Google Inc. +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG + +ROOTPATH = ../../.. +MODULE = errldisplay + +OBJS += errldisplay.o +OBJS += errldisplaydata.o + +include ${ROOTPATH}/config.mk + +# To find errldisplaydata.C - it is generated +# by ../errl/parser/genErrlParsers.pl +vpath %.C ${GENDIR} |

