diff options
| author | sachin gupta <sgupta2m@in.ibm.com> | 2013-07-15 03:05:21 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-23 16:17:34 -0500 |
| commit | 6c82992a3ea6bb0acef08050f5dd110376ca3ac4 (patch) | |
| tree | ca400125c0c0ed9f236b69e1ea7f7d093b3d1b57 /src/usr/diag/prdf/plugins/makefile | |
| parent | 13c1d30ad8dad508635fa3faaa3c4e9e8b37f2dc (diff) | |
| download | blackbird-hostboot-6c82992a3ea6bb0acef08050f5dd110376ca3ac4.tar.gz blackbird-hostboot-6c82992a3ea6bb0acef08050f5dd110376ca3ac4.zip | |
PRD: Add error log parser for hostboot
Change-Id: I401ae1810ec21cd161eee389d4d71063841ba1e3
CQ: SW215983
CMVC-Prereq: 885671
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5399
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5904
Diffstat (limited to 'src/usr/diag/prdf/plugins/makefile')
| -rw-r--r-- | src/usr/diag/prdf/plugins/makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plugins/makefile b/src/usr/diag/prdf/plugins/makefile new file mode 100644 index 000000000..955eeca17 --- /dev/null +++ b/src/usr/diag/prdf/plugins/makefile @@ -0,0 +1,37 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/diag/prdf/plugins/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2004,2013 +# +# p1 +# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END_TAG + + +INCFLAGS += -I. -I.. \ + +CFLAGS += -D PRDF_HOSTBOOT_ERRL_PLUGIN + +# This variable will be used in plugins.mk to generate +# library names. +BASE_LIB_NAME = B-E500 + +.include "tables.mk" +.include "plugins.mk" + +.include <${RULES_MK}> + |

