I is possible to compile just a single kernel module and copy it to
/lib/modules by hand and have it work?
Sometimes with new hardware I end up trial and error compiling to
see what will work. Just doing a `make modules modules_install`
works, but it would be nice to have to recompile everything to get a
single module added.
How would I go about this?