From: Sam Ravnborg Date: Fri, 8 Jul 2005 00:56:08 +0000 (-0700) Subject: [PATCH] kbuild: build a single module using 'make dir/module.ko' X-Git-Tag: v2.6.13-rc3~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155ad605b3c9c5874ff068f23c6ea8537190e0a8;p=pandora-kernel.git [PATCH] kbuild: build a single module using 'make dir/module.ko' Using the syntax: make dir/module.ko kbuild now allows one to build a module including the final link stage. This is usefull when one only wants to compile a single module and thus do not have to wait until a full kernel has finished compiling. Tested by: randy_dunlap Signed-off-by: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed