From: Michal Marek Date: Fri, 11 Mar 2011 21:34:47 +0000 (+0100) Subject: kbuild: Fix computing srcversion for modules X-Git-Tag: v2.6.38~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7840fea200cd1ad93ed19853a83752a21f691326;p=pandora-kernel.git kbuild: Fix computing srcversion for modules Recent change to fixdep: commit b7bd182176960fdd139486cadb9962b39f8a2b50 Author: Michal Marek Date: Thu Feb 17 15:13:54 2011 +0100 fixdep: Do not record dependency on the source file itself changed the format of the *.cmd files without realizing that it is also used by modpost. Put the path to the source file to the file back, in a special variable, so that modpost sees all source files when calculating srcversion for modules. Reported-and-tested-by: Henrik Rydberg Signed-off-by: Michal Marek Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed