Home
last modified time | relevance | path

Searched hist:"155 ad605b3c9c5874ff068f23c6ea8537190e0a8" (Results 1 – 1 of 1) sorted by relevance

/linux/
H A DMakefile155ad605b3c9c5874ff068f23c6ea8537190e0a8 Fri Jul 08 00:56:08 UTC 2005 Sam Ravnborg <sam@ravnborg.org> [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>