From: Jan Beulich Date: Wed, 29 May 2013 12:18:56 +0000 (+0100) Subject: improve modalias building X-Git-Tag: v3.11-rc1~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd70134396622ea50b14e34dae0810879884d553;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed