commit | bd70134396622ea50b14e34dae0810879884d553 | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Wed May 29 13:18:56 2013 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Fri Jun 28 00:48:16 2013 +0200 |
tree | 639fb9a6555d1a301c62c99163e144085b06b749 | |
parent | f82935ebd6adf554787c273cdc91d2d6ef1eaf51 [diff] |
improve modalias building For one, there's no point in the respective pieces to be rebuilt unconditionally on each and every rebuild. Second there's no need to invent a custom rule for generating the .s file from the .c source - we can simply use the generic rule here. And finally, $(obj) should be used to refer to files in the build tree (rather than spelling out the subdirectory). Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Michal Marek <mmarek@suse.cz>