summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorAshutosh Naik <ashutosh@chelsio.com>2008-10-26 02:02:53 +0400
committerSam Ravnborg <sam@ravnborg.org>2008-10-30 00:02:10 +0300
commite6e6733ed9451827165d853f25bf99ba55e12feb (patch)
treeabd3d62172a8b2952d291a7e59b7b60485fa28ae /mm
parent92f83cc56eeafdb8fcf07ceb89fd9a0212bd498c (diff)
downloadlinux-e6e6733ed9451827165d853f25bf99ba55e12feb.tar.xz
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 ".<modulename>.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 <ashutosh.naik@gmail.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions