also match .s and .S files for asm sources.
This commit is contained in:
parent
59dd8db7b7
commit
73c2c27d52
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue