[PATCH] kbuild: build a single module using 'make dir/module.ko'
authorSam Ravnborg <sam@ravnborg.org>
Fri, 8 Jul 2005 00:56:08 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:36 +0000 (18:23 -0700)
commit155ad605b3c9c5874ff068f23c6ea8537190e0a8
tree29de329925f9d7238f7d38c699a794ee39d672dc
parentf182ae626189d8a346aae142e7b8b182663dac44
[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 <rdunlap@xenotime.net>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile