Skip to content
  • Jan Beulich's avatar
    bd701343
    improve modalias building · bd701343
    Jan Beulich authored
    
    
    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: default avatarJan Beulich <jbeulich@suse.com>
    Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
    bd701343
    improve modalias building
    Jan Beulich authored
    
    
    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: default avatarJan Beulich <jbeulich@suse.com>
    Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Loading