diff options
| author | William Bryan <wilbryan@us.ibm.com> | 2016-12-12 14:12:31 -0600 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2016-12-15 13:57:45 -0500 |
| commit | 48173d1181eb89c7efed5d6ffd30c8e89666aee5 (patch) | |
| tree | 8df43001cd86a38a5df61ef335ff8749b1d3042e /src/tools/ffdcparser/Makefile | |
| parent | e29c6746a230904209290fa6d2a940898c581639 (diff) | |
| download | talos-occ-48173d1181eb89c7efed5d6ffd30c8e89666aee5.tar.gz talos-occ-48173d1181eb89c7efed5d6ffd30c8e89666aee5.zip | |
FFDC parsing tool
Change-Id: Iada745ba30af2b4d6160770b2e2fc82c15b5d523
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33746
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/tools/ffdcparser/Makefile')
| -rw-r--r-- | src/tools/ffdcparser/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/tools/ffdcparser/Makefile b/src/tools/ffdcparser/Makefile new file mode 100644 index 0000000..3521af1 --- /dev/null +++ b/src/tools/ffdcparser/Makefile @@ -0,0 +1,26 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/tools/ffdcparser/Makefile $ +# +# OpenPOWER OnChipController Project +# +# Contributors Listed Below - COPYRIGHT 2016 +# [+] 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 +all: ffdcparser.c + gcc ffdcparser.c -o ../../../obj/ppetools/ffdcparser |

