summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorsachin gupta <sgupta2m@in.ibm.com>2013-08-26 04:34:01 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-26 14:06:48 -0500
commite0f17bc17cfc142d1c60d681cf7cf993bbcf9e35 (patch)
tree1ac8f5c2e45ab1f9a0912ba1c6c8c9ee477b13dd /src/usr
parentc17858f405d536a746c16ae056d07d2460e9693a (diff)
downloadtalos-hostboot-e0f17bc17cfc142d1c60d681cf7cf993bbcf9e35.tar.gz
talos-hostboot-e0f17bc17cfc142d1c60d681cf7cf993bbcf9e35.zip
PRD: Enable PRD HB errl plugin
Change-Id: Ic2919a609381e22b20e878f1babdb378b740246d Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5912 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/errl/parser/genErrlParsers.pl20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl
index dc1acb562..a21ae94e1 100755
--- a/src/usr/errl/parser/genErrlParsers.pl
+++ b/src/usr/errl/parser/genErrlParsers.pl
@@ -743,17 +743,15 @@ print OFILE "\#\n";
print OFILE "CFLAGS += -DPARSER\n\n";
print OFILE "EXPLIBS =\n\n";
-#TODO: RTC 64943 Need to uncomment this code once the PRD error log plugin
-# support is merged into Hostboot.
-#print OFILE "\#-------------------------------------------------------------\n";
-#print OFILE "\# Call PRD makefile for prdf plugins\n";
-#print OFILE "\#-------------------------------------------------------------\n";
-#print OFILE ".if ( \$(CONTEXT) != \"x86.nfp\" )\n";
-#print OFILE "EXPLIB_SUBDIRS += prdf\n";
-#print OFILE "EXPSHLIB_SUBDIRS += prdf\n";
-#print OFILE ".else\n";
-#print OFILE "EXPLIB_SUBDIRS += prdf\n";
-#print OFILE ".endif\n";
+print OFILE "\#-------------------------------------------------------------\n";
+print OFILE "\# Call PRD makefile for prdf plugins\n";
+print OFILE "\#-------------------------------------------------------------\n";
+print OFILE ".if ( \$(CONTEXT) != \"x86.nfp\" )\n";
+print OFILE "EXPLIB_SUBDIRS += prdf\n";
+print OFILE "EXPSHLIB_SUBDIRS += prdf\n";
+print OFILE ".else\n";
+print OFILE "EXPLIB_SUBDIRS += prdf\n";
+print OFILE ".endif\n";
print OFILE "\#-------------------------------------------------------------\n";
print OFILE "\# SRC Parsers\n";
OpenPOWER on IntegriCloud