|
compiling single kernel module only
If I enable just one additional loadable module inside a kernel source tree that was compiled earlier and hasn't been cleaned, How can I compile just that additional module only without compiling every other module that was selected?
ie,
"make modules" will compile every modules selected in the config file
If you compile again within some period of time(maybe its 1 hour), it just skips the previously compiled modules and compiles only the additional ones.
Thankx.
|