From: Ashutosh Naik Date: Sat, 25 Oct 2008 22:02:53 +0000 (-0700) Subject: kbuild: prevent modpost from looking for a .cmd file for a static library linked... X-Git-Tag: v2.6.28-rc3~34^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e6733ed9451827165d853f25bf99ba55e12feb;p=pandora-kernel.git kbuild: prevent modpost from looking for a .cmd file for a static library linked into a module This fixes a compile time warning which occurs whenever a static library is linked into a kernel module. MODPOST tries to look for a "..cmd" file to look for its dependencies, but that file doesn't exist or get generated for static libraries. This patch prevents modpost from looking for a .cmd file when a module is linked with a static library [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Ashutosh Naik Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed