summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/errl/parser/genErrlParsers.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl
index 6ddcdb113..c24df2f34 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,2016
+# Contributors Listed Below - COPYRIGHT 2013,2017
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -96,6 +96,12 @@ getFilesToParse($compIncPath);
getFilesToParse($genFilesPath);
getPluginDirsToParse($compPath);
+#Add kernel/lib files for TI SRC descriptions
+getReasonCodeFiles($base."/src/include/kernel");
+getFilesToParse($base."/src/kernel");
+getFilesToParse($base."/src/lib");
+
+
if ($DEBUG)
{
print("---> ReasonCode files to process\n");
OpenPOWER on IntegriCloud