summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-09 09:13:19 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-10 13:15:51 -0500
commit4e69f6de00bbc2de7c73ff572963e07fb498329f (patch)
tree1d9a1daff88b8344a2fed3b3b861f2b087f49e8b /src/build
parent4da960c19916d29ff9262883b113dfab1f1aa147 (diff)
downloadtalos-hostboot-4e69f6de00bbc2de7c73ff572963e07fb498329f.tar.gz
talos-hostboot-4e69f6de00bbc2de7c73ff572963e07fb498329f.zip
add .attributes filetype to hwp_id.pl output for hostboot and fsp.
Change-Id: I10f3131471017bb6671d574e3ecc0de565eee263 RTC: 88028 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6574 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/tools/hwp_id.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/tools/hwp_id.pl b/src/build/tools/hwp_id.pl
index c6284dd9e..f63e4cb9e 100755
--- a/src/build/tools/hwp_id.pl
+++ b/src/build/tools/hwp_id.pl
@@ -406,7 +406,7 @@ sub findIdVersion
################################################################################
#
# checkDirs - find hwp files that should contain $Id:
-# filetypes .C .c .H .h .xml .define .initfile
+# filetypes .C .c .H .h .xml .define .initfile .attributes
# and prints out their filename and version from the $Id: string.
# This recursively searches the input directory passed in for all files.
#
@@ -437,6 +437,7 @@ sub checkDirs
if (($l_entry =~ /\.[H|h|C|c]$/) ||
($l_entry =~ /\.xml$/) ||
($l_entry =~ /\.define$/) ||
+ ($l_entry =~ /\.attributes$/) ||
($l_entry =~ /\.initfile$/))
{
findIdVersion($full_path);
OpenPOWER on IntegriCloud