summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/parser/genErrlParsers.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/parser/genErrlParsers.pl')
-rwxr-xr-xsrc/usr/errl/parser/genErrlParsers.pl22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl
index 502397aba..4f87f5869 100755
--- a/src/usr/errl/parser/genErrlParsers.pl
+++ b/src/usr/errl/parser/genErrlParsers.pl
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2015
+# Contributors Listed Below - COPYRIGHT 2013,2016
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -983,17 +983,15 @@ print OFILE "\#\n";
print OFILE "CFLAGS += -DPARSER\n\n";
print OFILE "EXPLIBS =\n\n";
-# TODO: RTC 135217
-# Disable PRD error log plugins until we enable compile of PRD.
-#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