summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
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