system, by Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>. Thanks! Reworked the new kernel build system support from Aristeu's patch.
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
Build instructions
|
|
------------------
|
|
|
|
When building for 2.4.x or earlier kernels, just do:
|
|
|
|
$ make
|
|
|
|
When building this module for 2.6.x kernels, just do:
|
|
|
|
$ make -C kbuild modules
|
|
|
|
If your kernel source is someplace different than /usr/src/linux specify
|
|
the KSRC variable, like:
|
|
|
|
$ make -C kbuild KSRC=~/src/linux modules
|
|
|