also match .s and .S files for asm sources.

This commit is contained in:
mrg 2011-07-02 14:03:20 +00:00
parent 59dd8db7b7
commit 73c2c27d52
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
} else {
c_src_list[$5] = $3
}
} else if (match($3, /\.asm$/)) {
} else if (match($3, /\.(asm|s|S)$/)) {
asm_list[$5] = $3
}
}