Files
glide/Device3Dfx/README
guillemj 250ed3ef5b Finish porting to linux kernel 2.6, using the new api, and new kernel build
system, by Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>. Thanks!

Reworked the new kernel build system support from Aristeu's patch.
2004-05-04 20:55:05 +00:00

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