summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorVenkatesh Sainath <vsainath@in.ibm.com>2018-06-06 09:53:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-15 10:52:51 -0600
commit73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3 (patch)
tree4f198743adf5a35cb176c10b0ae5950aad7db94b /src/usr/targeting
parent208f80eb821cc1226bbcd76b0ba108754c2a091e (diff)
downloadtalos-hostboot-73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3.tar.gz
talos-hostboot-73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3.zip
Pushing HB plugins and related files for building errltool
Change-Id: I91d432a901fb4ee6de469ca8076637eaa2e1315d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/60027 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Sampa Misra <sampmisr@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/xmltohb.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl
index 29727c403..a0be4e3e7 100755
--- a/src/usr/targeting/common/xmltohb/xmltohb.pl
+++ b/src/usr/targeting/common/xmltohb/xmltohb.pl
@@ -2964,7 +2964,7 @@ sub writeAttrErrlHFile {
print $outFile "#ifndef ERRL_UDATTRIBUTE_H\n";
print $outFile "#define ERRL_UDATTRIBUTE_H\n";
print $outFile "\n";
- print $outFile "#ifndef PARSER\n";
+ print $outFile "#if !defined(PARSER) && !defined(LOGPARSER)\n";
print $outFile "\n";
print $outFile "#include <errl/errluserdetails.H>\n";
print $outFile "\n";
@@ -2994,7 +2994,7 @@ sub writeAttrErrlHFile {
print $outFile " uint32_t iv_dataSize;\n";
print $outFile "};\n";
print $outFile "}\n";
- print $outFile "#else // if PARSER defined\n";
+ print $outFile "#else // if LOGPARSER defined\n";
print $outFile "\n";
print $outFile "#include \"errluserdetails.H\"\n";
print $outFile "\n";
@@ -3864,7 +3864,7 @@ sub writeTargetErrlHFile {
print $outFile " };\n";
print $outFile "} TargetLabel_t;\n";
print $outFile "}\n";
- print $outFile "#ifndef PARSER\n";
+ print $outFile "#if !defined(PARSER) && !defined(LOGPARSER)\n";
print $outFile "\n";
print $outFile "#include <errl/errluserdetails.H>\n";
print $outFile "\n";
@@ -3887,7 +3887,7 @@ sub writeTargetErrlHFile {
print $outFile " ErrlUserDetailsTarget & operator=(const ErrlUserDetailsTarget &);\n";
print $outFile "};\n";
print $outFile "}\n";
- print $outFile "#else // if PARSER defined\n";
+ print $outFile "#else // if LOGPARSER defined\n";
print $outFile "\n";
print $outFile "#include \"errluserdetails.H\"\n";
print $outFile "#include <string.h>\n";
OpenPOWER on IntegriCloud